Minor doc fix regarding testnet on non-linux OS (#2601)

This commit is contained in:
Connor Stein 2018-10-11 10:03:34 -04:00 committed by Ethan Buchman
parent feb08fa4f8
commit cc0bea522c
1 changed files with 11 additions and 1 deletions

View File

@ -66,7 +66,17 @@ make localnet-start
```
from the root of the tendermint repository. This will spin up a 4-node
local testnet. Review the target in the Makefile to debug any problems.
local testnet. Note that this command expects a linux binary in the build directory.
If you built the binary using a non-linux OS, you may see
the error `Binary needs to be OS linux, ARCH amd64`, in which case you can
run:
```
make build-linux
make localnet-start
```
Review the target in the Makefile to debug any problems.
### Cloud