From dec68b047bbbb82f6eb5893888a948cf8f9b6b17 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 27 Mar 2017 10:39:44 +0100 Subject: [PATCH] Fix go install path Fix #1388 Signed-off-by: Justin Cormack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2708a6920..70eb80136 100644 --- a/README.md +++ b/README.md @@ -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