update README.md (#2684)

* Update README.md

Added more complete instructions for running testnet on Linux.

* Update README.md
This commit is contained in:
LamboshiNakaghini
2019-05-24 16:23:20 -04:00
committed by Preston Van Loon
parent 3bf46ff6e8
commit 4fd8ddf8ca

View File

@@ -49,10 +49,14 @@ docker pull gcr.io/prysmaticlabs/prysm/beacon-chain:latest
First, clone our repository:
```
sudo apt-get install git
git clone https://github.com/prysmaticlabs/prysm
cd prysm
```
Download the Bazel build tool by Google here and ensure it works by typing:
Download the Bazel build tool by Google here: https://docs.bazel.build/versions/master/install-ubuntu.html
And ensure it works by typing:
```
bazel version
@@ -112,6 +116,15 @@ Using your validator deposit data from the previous step, use the instructions i
It'll take a while for the nodes in the network to process your deposit, but once you're active, your validator will begin doing its responsibility! In your validator client, you'll be able to frequently see your validator balance as it goes up. If you ever go offline for a while, you'll start gradually losing your deposit until you get kicked out of the system. Congratulations, you are now running Ethereum 2.0 Phase 0 :).
<b>With bazel</b>
Open another terminal window
```
cd prysm
bazel run //validator
```
# Testing
To run the unit tests of our system do: