From 5d15afe326017d12fdf2640ba3dd655a225f876d Mon Sep 17 00:00:00 2001 From: terence tsao Date: Sun, 11 Nov 2018 12:18:52 -0800 Subject: [PATCH] Update README.md (#742) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 391edaef0..afcdd68bd 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ bazel build //validator:validator ## Running The Beacon Chain -To start the system, we need to seed the beacon chain state with an initial validator set for local development. We created a reference [genesis.json](https://github.com/prysmaticlabs/prysm/releases/download/0.0.0/genesis.json) in our latest release you can use for this! You'll also need a special data directory where all the beacon chain data will be persisted to. +To start the system, we need to seed the beacon chain state with an initial validator set for local development. We created a reference [genesis.json](https://github.com/prysmaticlabs/prysm/blob/master/genesis.json) in the prysm base directory for this! You'll also need a special data directory where all the beacon chain data will be persisted to. Then, you can run the node as follows: