Fixed make
This commit is contained in:
parent
15bef51a5c
commit
24e353f5d1
|
@ -23,9 +23,9 @@ Here is the full process if you've already run testnet0 before but might be stuc
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd nimbus
|
cd nimbus
|
||||||
make clean-testnet0 update # clean cache and update dependencies
|
make update # clean cache and update dependencies
|
||||||
cd vendor/nim-beacon-chain
|
cd vendor/nim-beacon-chain
|
||||||
make testnet0
|
make clean-testnet0 testnet0
|
||||||
./build/testnet0_node # this launches the testnet0-specific node you just built
|
./build/testnet0_node # this launches the testnet0-specific node you just built
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue