Highlight platform

This commit is contained in:
mo8it 2025-05-17 20:45:28 +02:00
parent 5fc787f4e4
commit dc468882cc

View File

@ -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