From 24e353f5d1ad20a331e2a4ccc46ff3f2a16713ce Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Thu, 11 Apr 2019 11:46:53 +0200 Subject: [PATCH] Fixed make --- source/docs/t0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/t0.md b/source/docs/t0.md index 199a7c9..459cd2e 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 clean-testnet0 update # clean cache and update dependencies +make update # clean cache and update dependencies cd vendor/nim-beacon-chain -make testnet0 +make clean-testnet0 testnet0 ./build/testnet0_node # this launches the testnet0-specific node you just built ```