Skip to content

Commit dc46888

Browse files
committed
Highlight platform
1 parent 5fc787f commit dc46888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/setup/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Before installing Rustlings, you must have the **latest version of Rust** instal
1010
Visit [www.rust-lang.org/tools/install](https://www.rust-lang.org/tools/install) for further instructions.
1111
This will also install _Cargo_, Rust's package/project manager.
1212

13-
> 🐧 If you are on Linux, make sure you have `gcc` installed (_for a linker_).
13+
> 🐧 If you are on **Linux**, make sure you have `gcc` installed (_for a linker_).
1414
>
1515
> Debian: `sudo apt install gcc`\
1616
> Fedora: `sudo dnf install gcc`
1717
18-
> 🍎 If you are on MacOS, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
18+
> 🍎 If you are on **MacOS**, make sure you have _Xcode and its developer tools_ installed: `xcode-select --install`
1919
2020
## Installing Rustlings
2121

0 commit comments

Comments
 (0)