mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Fix go install path
Fix #1388 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
f7b4220bc6
commit
dec68b047b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user