提交 e35fe195 编写于 作者: S Siddharth Kothari

removes go get ./... step

上级 0a60dc4e
......@@ -184,7 +184,6 @@ To build it, you will require **Go 1.8** or above installed on your system.
```sh
go get github.com/appbaseio/abc # alternatively, clone the repo in the `$GOPATH/src/github.com/appbaseio/abc` dir
cd $GOPATH/src/github.com/appbaseio/abc
go get ./... # installs the project dependencies
go build -tags 'oss' ./cmd/abc/...
./abc --help # voila, you just built abc from source!
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册