mirror of https://github.com/docker/docs.git
Merge pull request #57 from bfirsh/remove-go-get-from-build-instructions
Remove go get from build instructions
This commit is contained in:
commit
8c5da29ab5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue