From cb561f54f275cf1f59ae2ce6de353aba9f150093 Mon Sep 17 00:00:00 2001 From: zenlin Date: Wed, 8 Jul 2015 19:10:22 +0800 Subject: [PATCH] Fix bug in Readme.md,change GOPATH to GOPATH/src to avoid missunderstanding of how to build. Signed-off-by: zenlin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94f31079f..0ccf28458 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ on the specs repository and support the update spec. ### Building: ```bash -# create a 'github.com/opencontainers' in your GOPATH +# create a 'github.com/opencontainers' in your GOPATH/src cd github.com/opencontainers git clone https://github.com/opencontainers/runc cd runc