Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2354b7

Browse files
committedMar 14, 2018
[README.md] updated build documentation for Unicode v10.0.0 support
1 parent 9b650b6 commit d2354b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are no dependencies contained in the archive. You can delete all download
4646

4747
### Approach 2: Compile from the source code and install
4848

49-
You must install the Go programming language (which includes the `go` tool) in order to compile the project from source. Follow the [instructions on the Go download page](https://golang.org/dl/) for your platform.
49+
You must install the Go programming language (which includes the `go` tool) in order to compile the project from source. Install Go v1.10 or above for Unicode v10.0.0 support. Follow the [instructions on the Go download page](https://golang.org/dl/) for your platform.
5050

5151
Once you have installed Go and configured your settings so that Go executables are installed on your system PATH, use the following command to (1) pull the master branch of the uni repository; (2) compile the `uni` executable from source for your platform/architecture configuration; (3) install the executable on your system:
5252

0 commit comments

Comments
 (0)
Please sign in to comment.