From 66c7337e21093333cc73c0e3e5b853bde6ea81bc Mon Sep 17 00:00:00 2001 From: Trevor Clarke Date: Wed, 7 Aug 2019 18:40:34 -0700 Subject: [PATCH] fixed install docs link (#494) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f01260a4f..238d965a2 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ In this example we use the `account_manager` to create some keys, launch two `beacon_nodes` should stay in sync and build a Beacon Chain. First, clone this repository, [setup a development -environment](docs/installation.md) and navigate to the root directory of this repository. +environment](docs/env.md) and navigate to the root directory of this repository. Then, run `$ cargo build --all --release` and navigate to the `target/release` directory and follow the steps: