From b97d8249759f6c227f9ce78db1234015ca709b17 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 27 Apr 2016 13:07:35 -0400 Subject: [PATCH] Document need for GO15VENDOREXPERIMENT=1. Fixes #425. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09883a1..d253c4a 100644 --- a/README.md +++ b/README.md @@ -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.