Minor useability updates (#1005)

* Adds lcli to the makefile

* Update docs

* Set genesis fork version to default
This commit is contained in:
Age Manning
2020-04-15 17:46:03 +10:00
committed by GitHub
parent be7aaa3dbe
commit d3dfd72f4d
4 changed files with 11 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ EF_TESTS = "tests/ef_tests"
# Binaries will most likely be found in `./target/release`
install:
cargo install --path lighthouse --force --locked
cargo install --path lcli --force --locked
# Runs the full workspace tests in **release**, without downloading any additional
# test vectors.