summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/content/setup/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/setup/index.md b/website/content/setup/index.md
index db4ed40..54551ad 100644
--- a/website/content/setup/index.md
+++ b/website/content/setup/index.md
@@ -10,12 +10,12 @@ Before installing Rustlings, you must have the **latest version of Rust** instal
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions.
This will also install _Cargo_, Rust's package/project manager.
-> 🐧 If you are on Linux, make sure you have `gcc` installed (_for a linker_).
+> 🐧 If you are on **Linux**, make sure you have `gcc` installed (_for a linker_).
>
> Debian: `sudo apt install gcc`\
> Fedora: `sudo dnf install gcc`
-> 🍎 If you are on MacOS, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
+> 🍎 If you are on **MacOS**, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
## Installing Rustlings