From 6e27d2de1831f29480f983ffdf857faba73b0125 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 8 Dec 2014 17:48:48 -0800 Subject: [PATCH] Remove go get from build instructions No we're building inside Docker, you don't need a GOPATH Signed-off-by: Ben Firshman --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 670ce0eb8c..4339819109 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,6 @@ Want to hack on Machine? [Docker's contributions guidelines](https://github.com/ To build, run: - $ go get github.com/docker/machine - $ cd $GOPATH/src/github.com/docker/machine $ script/build That will create binaries for various platforms in the current directory.