Document need for GO15VENDOREXPERIMENT=1.

Fixes #425.
This commit is contained in:
Josh Rickmar 2016-04-27 13:07:35 -04:00
parent 1e8c735294
commit b97d824975

View file

@ -73,6 +73,10 @@ Building or updating from source requires the following build dependencies:
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 using Go 1.5, you must manually enable the vendor
experiment by setting the `GO15VENDOREXPERIMENT` environment variable to
`1`. This step is not required for Go 1.6.
- **Glide**
Glide is used to manage project dependencies and provide reproducible builds.