mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 13:32:23 -05:00
This'll -> This will
This commit is contained in:
parent
708cfef3f7
commit
e764b75aef
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ It contains code examples and exercises similar to Rustlings, but online.
|
||||||
|
|
||||||
Before installing Rustlings, you need to have _Rust installed_.
|
Before installing Rustlings, you need to have _Rust installed_.
|
||||||
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions on installing Rust.
|
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions on installing Rust.
|
||||||
This'll also install _Cargo_, Rust's package/project manager.
|
This will also install _Cargo_, Rust's package/project manager.
|
||||||
|
|
||||||
> 🐧 If you're on Linux, make sure you've installed `gcc` (for a linker).
|
> 🐧 If you're on Linux, make sure you've installed `gcc` (for a linker).
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue