mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -100,15 +100,8 @@ tests and benchmarks which may be of interest.
|
|||||||
|
|
||||||
A few basic steps are needed to get set up:
|
A few basic steps are needed to get set up:
|
||||||
|
|
||||||
1. Install [rustup](https://rustup.rs/). It's a toolchain manager for Rust (Linux | macos | Windows). For installation run the below command in your terminal
|
1. Install [rustup](https://rustup.rs/). It's a toolchain manager for Rust (Linux | macos | Windows). For installation run the below command in your terminal `$ curl https://sh.rustup.rs -sSf | sh`
|
||||||
```
|
2. (Linux & MacOS) To configure your current shell run: `$ source $HOME/.cargo/env`
|
||||||
$ curl https://sh.rustup.rs -sSf | sh
|
|
||||||
```
|
|
||||||
2. (Linux & MacOS) To configure your current shell run:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ source $HOME/.cargo/env
|
|
||||||
```
|
|
||||||
3. Use the command `rustup show` to get information about the Rust installation. You should see that the
|
3. Use the command `rustup show` to get information about the Rust installation. You should see that the
|
||||||
active toolchain is the stable version.
|
active toolchain is the stable version.
|
||||||
4. Run `rustc --version` to check the installation and version of rust.
|
4. Run `rustc --version` to check the installation and version of rust.
|
||||||
|
|||||||
Reference in New Issue
Block a user