Update README.md

Done

Co-Authored-By: aj07 <aj07@users.noreply.github.com>
This commit is contained in:
Luke Anderson 2018-11-25 16:31:07 +05:30 committed by GitHub
parent e5c793a01a
commit 3d0a56a02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ A few basic steps are needed to get set up:
$ source $HOME/.cargo/env
```
3. Use `rustup show` to get the info about the Rust setup. You will see active toolchain is in the stable version.
3. Use the command `rustup show` to get information about the Rust installation. You should see that the active toolchain is the stable version.
4. Run `rustc --version` to get the version of rustup. For doing an update using` rustup update` .
5. Navigate to the working directory.
6. Run the test by using command `cargo test --all` . 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 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 and it's time to get hand's dirty. In case, if there is an error, then please raise the [issue](https://github.com/sigp/lighthouse/issues). We will help you.