README: fix typo in build instructions

This commit is contained in:
John Newbery 2016-10-16 23:39:21 +01:00 committed by Olaoluwa Osuntokun
parent 180d0aeb96
commit 72ed6bfdc4

View File

@ -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*.