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

Commit f0e36a7

Browse files
authored
Add src behind $GOPATH
1 parent bfa0ff6 commit f0e36a7

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)