fix path for `go get`

also `-d` flag to not install the package
This commit is contained in:
Anton Kaliaev 2017-01-30 15:22:41 +04:00 committed by GitHub
parent 699e0f6ae4
commit 6a3c91a7f2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Basecoin is a sample [ABCI application](https://github.com/tendermint/abci) desi
We use glide for dependency management. The prefered way of compiling from source is the following:
```
go get github.com/tendermint/basecoin
go get -d github.com/tendermint/basecoin/cmd/basecoin
cd $GOPATH/src/github.com/tendermint/basecoin
make get_vendor_deps
make install