mirror of https://github.com/docker/docs.git
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:
parent
d432ac6b9f
commit
6e27d2de18
|
@ -105,8 +105,6 @@ Want to hack on Machine? [Docker's contributions guidelines](https://github.com/
|
||||||
|
|
||||||
To build, run:
|
To build, run:
|
||||||
|
|
||||||
$ go get github.com/docker/machine
|
|
||||||
$ cd $GOPATH/src/github.com/docker/machine
|
|
||||||
$ script/build
|
$ script/build
|
||||||
|
|
||||||
That will create binaries for various platforms in the current directory.
|
That will create binaries for various platforms in the current directory.
|
||||||
|
|
Loading…
Reference in New Issue