Merge pull request #35 from status-im/develop

Develop
This commit is contained in:
Bruno Škvorc 2019-04-11 11:49:08 +02:00 committed by GitHub
commit 87d9a1ac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ Here is the full process if you've already run testnet0 before but might be stuc
```bash
cd nimbus
make clean-testnet0 update # clean cache and update dependencies
make update # update dependencies
cd vendor/nim-beacon-chain
make testnet0
make clean-testnet0 testnet0 # clean cache and rebuild binary
./build/testnet0_node # this launches the testnet0-specific node you just built
```