summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-02-14 20:19:39 +0100
committerliv <liv@fastmail.com>2019-02-14 20:19:39 +0100
commit1922b76ada47dba8f945fbebf27cf692e14ccd47 (patch)
tree996066ba166be793bcec973cd3d91495b29a8e78
parentc6a313d1a83fa1c5404ec9072815f4f1eb01721d (diff)
add a note regarding macos xcode dev tools
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5aad4d4..a8cb3eb 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ git clone https://github.com/rust-lang/rustlings.git
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:
```bash