summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarren Meehan <Darrenmeehan@users.noreply.github.com>2020-04-30 08:13:41 +0100
committerGitHub <noreply@github.com>2020-04-30 08:13:41 +0100
commit80390d8a03fa423f5435598b8002b2624c592991 (patch)
tree0ffa12d098b09ec6eaa67b4bbacdf935001f1be5 /README.md
parent32721bbc83953ad9cad7784cce645892d74aa778 (diff)
docs: Remove outdated MacOS instructions
The quoted file no longer exists
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index baaa88f..db20330 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,6 @@ Alternatively, for a first-time Rust learner, there's several other resources:
_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`._
-
You will need to have Rust installed. You can get it by visiting https://rustup.rs. This'll also install Cargo, Rust's package/project manager.
## MacOS/Linux