Skip to content

Commit

Permalink
fixup path to godep in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Dec 1, 2015
1 parent 4a91e72 commit 9939719
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 @@ -92,7 +92,7 @@ Note: You can find debs on the [Github release page](https://github.com/heroku/s
1. Obtain a Linux system (only really tested on Ubuntu ATM)
1. Install Go (version 1.4+)
1. Set GOPATH [appropriately](http://golang.org/doc/code.html)
1. `go get github.com/tool/godep`
1. `go get github.com/tools/godep`
1. `go get github.com/heroku/shh`
1. cd $GOPATH/src/github.com/heroku/shh
1. go test -v ./...
Expand Down

0 comments on commit 9939719

Please sign in to comment.