mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
add a note regarding macos xcode dev tools
This commit is contained in:
parent
c6a313d1a8
commit
1922b76ada
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ git clone https://github.com/rust-lang/rustlings.git
|
||||||
cd rustlings
|
cd rustlings
|
||||||
```
|
```
|
||||||
|
|
||||||
|
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._
|
||||||
|
|
||||||
Once in the directory you can install `rustlings` on your machine and run the introduction:
|
Once in the directory you can install `rustlings` on your machine and run the introduction:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue