Skip to content

Commit

Permalink
Merge pull request kubernetes#127 from ixdy/go-bindata
Browse files Browse the repository at this point in the history
No need to go get go-bindata
  • Loading branch information
thockin committed Dec 2, 2016
2 parents 148fff4 + 177a4e9 commit a530168
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contributors/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ source control system). Use `apt-get install mercurial` or `yum install
mercurial` on Linux, or [brew.sh](http://brew.sh) on OS X, or download directly
from mercurial.

Install godep and go-bindata (may require sudo):
Install godep (may require sudo):

```sh
go get -u github.com/tools/godep
go get -u github.com/jteeuwen/go-bindata/go-bindata
```

Note:
Expand Down

0 comments on commit a530168

Please sign in to comment.