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:22 +05:30 committed by GitHub
parent 3d0a56a02b
commit 546b341cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,8 @@ A few basic steps are needed to get set up:
```
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` .
4. Run `rustc --version` to check the installation and version of rust.
- Updates can be performed 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.
7. The alternative of the above step, You can also run benchmarks by using `cargo bench --all`