@@ -21,12 +21,13 @@ Before installing Rustlings, you need to have the **latest version of Rust** ins
2121Visit [ www.rust-lang.org/tools/install ] ( https://www.rust-lang.org/tools/install ) for further instructions on installing Rust.
2222This will also install _ Cargo_ , Rust's package/project manager.
2323
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).
2525>
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 `
2829
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 ` .
3031
3132### Installing Rustlings
3233
@@ -102,7 +103,7 @@ Ask for hints by entering `h` in the _watch mode_ 💡
102103
103104### Watch Mode
104105
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 ` .
106107
107108This will start the _ watch mode_ which walks you through the exercises in a predefined order (what we think is best for newcomers).
108109It 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
161162
162163See [ CONTRIBUTING.md] ( https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md ) 🔗
163164
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