@@ -21,12 +21,13 @@ Before installing Rustlings, you need to have the **latest version of Rust** ins
21
21
Visit [ www.rust-lang.org/tools/install ] ( https://www.rust-lang.org/tools/install ) for further instructions on installing Rust.
22
22
This will also install _ Cargo_ , Rust's package/project manager.
23
23
24
- > 🐧 If you're on Linux, make sure you've installed ` gcc ` (for a linker).
24
+ > 🐧 If you are on Linux, make sure you have installed ` gcc ` (for a linker).
25
25
>
26
- > Deb: ` sudo apt install gcc ` .
27
- > Dnf: ` sudo dnf install gcc ` .
26
+ > Deb: ` sudo apt install gcc `
27
+ >
28
+ > Dnf: ` sudo dnf install gcc `
28
29
29
- > 🍎 If you're on MacOS, make sure you've installed Xcode and its developer tools by running ` xcode-select --install ` .
30
+ > 🍎 If you are on MacOS, make sure you have installed Xcode and its developer tools by running ` xcode-select --install ` .
30
31
31
32
### Installing Rustlings
32
33
@@ -102,7 +103,7 @@ Ask for hints by entering `h` in the _watch mode_ 💡
102
103
103
104
### Watch Mode
104
105
105
- After [ initialization] ( #initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
106
+ After the [ initialization] ( #initialization ) , Rustlings can be launched by simply running the command ` rustlings ` .
106
107
107
108
This will start the _ watch mode_ which walks you through the exercises in a predefined order (what we think is best for newcomers).
108
109
It will rerun the current exercise automatically every time you change the exercise's file in the ` exercises/ ` directory.
@@ -161,6 +162,4 @@ cargo uninstall rustlings
161
162
162
163
See [ CONTRIBUTING.md] ( https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md ) 🔗
163
164
164
- ## Contributors ✨
165
-
166
- Thanks to [ all the wonderful contributors] ( https://github.com/rust-lang/rustlings/graphs/contributors ) 🎉
165
+ Thanks to [ all the wonderful contributors] ( https://github.com/rust-lang/rustlings/graphs/contributors ) ✨
0 commit comments