diff --git a/README.md b/README.md index bcd45ba2a..8acae50eb 100644 --- a/README.md +++ b/README.md @@ -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*.