tendermint/cmd/debora/README.md

11 lines
311 B
Markdown
Raw Normal View History

### Example
```bash
# Upgrade barak.
# We need to give it a new seed to prevent port conflicts.
2015-04-16 18:21:19 -07:00
./build/debora run --input "`cat cmd/barak/seed2`" -- barak2 ./build/barak
# Build tendermint from source
2015-04-16 18:21:19 -07:00
./build/debora run -- build_tendermint bash -c "cd $GOPATH/src/github.com/tendermint/tendermint; make"
```