diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 20:45:28 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 20:45:28 +0200 |
| commit | dc468882cc00254b0b87fdcf39d9270d34e6adf8 (patch) | |
| tree | eb093cb88861a7a1db472a6ca18ee70f4e144487 | |
| parent | 5fc787f4e4af9223d1b6d579db3460b2cbf8bbd1 (diff) | |
Highlight platform
| -rw-r--r-- | website/content/setup/index.md | 4 |
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 |
