From a8b7307e8133abf4b2e0a799056d9162b4cd9d9b Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 14 Mar 2019 14:02:55 -0600 Subject: [PATCH] update readme --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0bc3486fb..863e79a2c 100644 --- a/README.md +++ b/README.md @@ -30,23 +30,17 @@ Then: cd nimbus # Prep environment -make +make update ./env.sh bash -# You're now in a shell environment that has the right Nim version available +# You're now in a shell environment that has the right Nim version available. +# Head over to the vendor repo where you should have a checkout of this project +cd vendor/nim-beacon-chain -cd.. - -git clone https://github.com/status-im/nim-beacon-chain -cd nim-beacon-chain - -# Build binaries and run test suite -nimble build -nimble test +# You can now run the test suite: +nim c -d:release -r tests/all_tests ``` -This should produce some passing tests. - ## Beacon node simulation The beacon node simulation is will create a full peer-to-peer network of beacon nodes and validators, and run the beacon chain in real time. To change network parameters such as shard and validator counts, see [start.sh](tests/simulation/start.sh).