From f0e36a74432c789b58454c578d400047cc7d6648 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Fri, 24 Jun 2016 15:23:10 +0800 Subject: [PATCH] Add src behind $GOPATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73f09abb..8e0a3f302 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ First, clone the repo into the proper location in your $GOPATH: ``` go get -u github.com/coreos/bootkube -cd $GOPATH/github.com/coreos/bootkube +cd $GOPATH/src/github.com/coreos/bootkube ``` Then, to build: