README: fix typo in build instructions
This commit is contained in:
parent
180d0aeb96
commit
72ed6bfdc4
@ -15,7 +15,7 @@ Don't try to port it to mainnet or an altcoin and use it today! No really. Lig
|
||||
* **Go 1.5 or 1.6**
|
||||
|
||||
Installation instructions can be found here: http://golang.org/doc/install. It is recommended to add `$GOPATH/bin` to your `PATH` at this point.
|
||||
**Note:** If you are building with Go 1.5, then you'll need to enable the vendor experiment by setting the `GO15VENDOREXPERIMENT` environment variable to `1`. If you're using Go 1.5, then it is safe to skip this step.
|
||||
**Note:** If you are building with Go 1.5, then you'll need to enable the vendor experiment by setting the `GO15VENDOREXPERIMENT` environment variable to `1`. If you're using Go 1.6 or later, then it is safe to skip this step.
|
||||
* **Glide**
|
||||
|
||||
This project uses `Glide` to manage depdnancies as well as to provide *reproducable builds*.
|
||||
|
Loading…
Reference in New Issue
Block a user