Update readme, put install deps all together

This commit is contained in:
netroby 2015-11-20 06:58:22 +08:00
Родитель b73ee7985f
Коммит 5587b3d556
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -102,6 +102,16 @@ The extension uses the following tools, installed in the current GOPATH. If any
- goreturns: `go get -u -v sourcegraph.com/sqs/goreturns`
- gorename: `go get -u -v golang.org/x/tools/cmd/gorename`
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
```
And for debugging:
- delve: Follow the instructions at https://github.com/derekparker/delve/wiki/Building.