From d676be8a437f81c578232f544e08509c05c7b02e Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Thu, 7 Feb 2019 14:19:41 +1100 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0d8a32040..7759c1166 100644 --- a/README.md +++ b/README.md @@ -100,15 +100,8 @@ tests and benchmarks which may be of interest. 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 - ``` - $ curl https://sh.rustup.rs -sSf | sh - ``` - 2. (Linux & MacOS) To configure your current shell run: - - ``` - $ source $HOME/.cargo/env - ``` + 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` 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 check the installation and version of rust.