Remove go get from build instructions

No we're building inside Docker, you don't need a GOPATH

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-12-08 17:48:48 -08:00
parent d432ac6b9f
commit 6e27d2de18
1 changed files with 0 additions and 2 deletions

View File

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