Skip to content

Commit 7c0d269

Browse files
committed
Update README
1 parent 8db8594 commit 7c0d269

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ Before installing Rustlings, you need to have the **latest version of Rust** ins
2121
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions on installing Rust.
2222
This 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

107108
This will start the _watch mode_ which walks you through the exercises in a predefined order (what we think is best for newcomers).
108109
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
161162

162163
See [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

Comments
 (0)