diff --git a/README.md b/README.md index 7b275c1d24..55b2508dd6 100644 --- a/README.md +++ b/README.md @@ -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 :). +With bazel + +Open another terminal window + +``` +cd prysm +bazel run //validator +``` + # Testing To run the unit tests of our system do: