From 1d1ae5c0752bf13de5176adb31bacbc5f01f920e Mon Sep 17 00:00:00 2001 From: jzaki Date: Wed, 10 Jul 2019 13:15:38 +1000 Subject: [PATCH] Update instructions --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 9c317fab9..1b0ced7bd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -14,9 +14,9 @@ installed): - `protobuf`: required for protobuf serialization (gRPC). - `cmake`: required for building protobuf - `git-lfs`: The Git extension for [Large File Support](https://git-lfs.github.com/) (required for EF tests submodule). - 6. Navigate to the working directory. - 7. If you haven't already, clone the repository with submodules: `git clone --recursive https://github.com/sigp/lighthouse`. + 6. If you haven't already, clone the repository with submodules: `git clone --recursive https://github.com/sigp/lighthouse`. Alternatively, run `git submodule init` in a repository which was cloned without submodules. + 7. Change directory to the root of the repository. 8. Run the test by using command `cargo test --all --release`. By running, it will pass all the required test cases. If you are doing it for the first time, then you can grab a coffee in the meantime. Usually, it takes time to build, compile and pass all test cases. If there is no error then it means everything is working properly