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

Commit

Permalink
Merge pull request #70 from gosharplite/patch-1
Browse files Browse the repository at this point in the history
Add src behind $GOPATH
  • Loading branch information
aaronlevy authored Jun 24, 2016
2 parents bfa0ff6 + f0e36a7 commit c2f3214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2f3214

Please sign in to comment.