Fix go install path

Fix #1388

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-03-27 10:39:44 +01:00
parent f7b4220bc6
commit dec68b047b

View File

@ -21,7 +21,7 @@ Simple build instructions: use `make` to build.
This will build the Moby customisation tool and a Moby initrd image. This will build the Moby customisation tool and a Moby initrd image.
If you already have a Go build environment and installed the source in your `GOPATH` If you already have a Go build environment and installed the source in your `GOPATH`
you can do `go install github.com/docker/moby/cmd/moby` to install the `moby` tool you can do `go install github.com/docker/moby/src/cmd/moby` to install the `moby` tool
instead, and then use `moby build moby.yml` to build the example configuration. instead, and then use `moby build moby.yml` to build the example configuration.
#### Build requirements #### Build requirements