Update readme

This commit is contained in:
Jacek Sieka 2019-03-15 08:12:30 -06:00
parent 9e9271774f
commit 2177bccb34
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,7 @@ The Eth 2.0 test vectors and their generators are available in a [dedicated repo
## Building and Testing ## Building and Testing
The beacon chain components require that you have Nim installed - the easiest way to get started is to head over to the main [Nimbus](https://github.com/status-im/nimbus/) repository and follow the build instructions there. Once you're able to build nimbus: The beacon chain components require that you have Nim installed - the easiest way to get started is to head over to the main [Nimbus](https://github.com/status-im/nimbus/) repository and follow the build instructions there.
Then:
```bash ```bash
# Clone main nimbus repository # Clone main nimbus repository
@ -32,6 +30,8 @@ cd nimbus
# Prep environment # Prep environment
make update make update
# Start a shell that uses the Nimbus compile environment
./env.sh bash ./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.