File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ Before installing Rustlings, you must have the **latest version of Rust** instal
1010Visit [ www.rust-lang.org/tools/install ] ( https://www.rust-lang.org/tools/install ) for further instructions.
1111This 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
You can’t perform that action at this time.
0 commit comments