summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-26 03:44:16 +0200
committermo8it <mo8it@proton.me>2024-04-26 03:44:16 +0200
commitdc5c72bc19951313e80f038961fb446bd6ea02f5 (patch)
tree1a9e9e026af5a73d85b32ad6c125266f57572215
parent0ce5d9d4d7a58316e1864d2ae1abf8f89cb20c76 (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8158506..4edbaef 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,12 @@ 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.
This'll also install _Cargo_, Rust's package/project manager.
-🐧 If you're on Linux, make sure you've installed `gcc` (for a linker). Deb: `sudo apt install build-essential gcc`. Dnf: `sudo dnf install gcc`.
+> 🐧 If you're on Linux, make sure you've installed `gcc` (for a linker).
+>
+> Deb: `sudo apt install gcc`.
+> Dnf: `sudo dnf install gcc`.
-🍎 If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`.
+> 🍎 If you're on MacOS, make sure you've installed Xcode and its developer tools by running `xcode-select --install`.
### Installing Rustlings
@@ -68,7 +71,7 @@ For every topic, there is an additional `README.md` file with some resources to
We highly recommend that you have a look at them before you start 📚️
Most exercises contain an error that keeps them from compiling, and it's up to you to fix it!
-Some exercises contain tests that need to pass for the exercise to be done.
+Some exercises contain tests that need to pass for the exercise to be done ✅
### Watch Mode