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

Commit

Permalink
Move installation instructions to a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehoban committed Nov 20, 2015
1 parent 8bddf90 commit b644015
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,7 @@ The extension uses the following tools, installed in the current GOPATH. If any

To install them just paste and run
```bash
go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-find-references
go get -u -v sourcegraph.com/sqs/goreturns
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v github.com/nsf/gocode github.com/rogpeppe/godef github.com/golang/lint/golint github.com/lukehoban/go-find-references sourcegraph.com/sqs/goreturns golang.org/x/tools/cmd/gorename
```

And for debugging:
Expand Down

0 comments on commit b644015

Please sign in to comment.