summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <liv@fastmail.com>2019-02-14 20:20:51 +0100
committerliv <liv@fastmail.com>2019-02-14 20:20:51 +0100
commit17fa037a164134f7b8da097aec8d795f8549b236 (patch)
tree6fc539ec23b2b9a0fcda5a68381303b2f913c622 /README.md
parent1922b76ada47dba8f945fbebf27cf692e14ccd47 (diff)
add another note for Xcode 10+
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a8cb3eb..2a9cae0 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ cd rustlings
_Note: If you're on MacOS, make sure you've installed Xcode and its developer tools by typing `xcode-select --install`._
+_Note: If you have Xcode 10+ installed, you also need to install the package file found at `/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg`._
+
Once in the directory you can install `rustlings` on your machine and run the introduction:
```bash