diff --git a/source/docs/t0.md b/source/docs/t0.md index 459cd2e..a3cacbc 100644 --- a/source/docs/t0.md +++ b/source/docs/t0.md @@ -23,9 +23,9 @@ Here is the full process if you've already run testnet0 before but might be stuc ```bash cd nimbus -make update # clean cache and update dependencies +make update # update dependencies cd vendor/nim-beacon-chain -make clean-testnet0 testnet0 +make clean-testnet0 testnet0 # clean cache and rebuild binary ./build/testnet0_node # this launches the testnet0-specific node you just built ```