fix path for `go get`
also `-d` flag to not install the package
This commit is contained in:
parent
699e0f6ae4
commit
6a3c91a7f2
|
@ -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:
|
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
|
cd $GOPATH/src/github.com/tendermint/basecoin
|
||||||
make get_vendor_deps
|
make get_vendor_deps
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in New Issue