Merge pull request #57 from bfirsh/remove-go-get-from-build-instructions

Remove go get from build instructions
This commit is contained in:
Ben Firshman 2014-12-09 01:49:30 +00:00
commit 8c5da29ab5
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.