Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit c2f3214

Browse files
authored
Merge pull request #70 from gosharplite/patch-1
Add src behind $GOPATH
2 parents bfa0ff6 + f0e36a7 commit c2f3214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ First, clone the repo into the proper location in your $GOPATH:
6767

6868
```
6969
go get -u github.com/coreos/bootkube
70-
cd $GOPATH/github.com/coreos/bootkube
70+
cd $GOPATH/src/github.com/coreos/bootkube
7171
```
7272

7373
Then, to build:

0 commit comments

Comments
 (0)