mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
Merge pull request #1391 from justincormack/readme-go
Fix go install path
This commit is contained in:
commit
8c8fda4c1f
@ -21,7 +21,7 @@ Simple build instructions: use `make` to build.
|
||||
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`
|
||||
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.
|
||||
|
||||
#### Build requirements
|
||||
|
Loading…
Reference in New Issue
Block a user