From 5587b3d556799dce606a48d4c2c00d927765773f Mon Sep 17 00:00:00 2001 From: netroby Date: Fri, 20 Nov 2015 06:58:22 +0800 Subject: [PATCH] Update readme, put install deps all together --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f9d23a0d..bdc29f69f 100644 --- a/README.md +++ b/README.md @@ -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.