Skip to content

Commit 91789c2

Browse files
josh-maclover7
authored andcommitted
doc: update macOS information in README
PR-URL: #1323 Fixes: #1295 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 3a52936 commit 91789c2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ You will also need to install:
3838
* `make`
3939
* A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org)
4040

41-
### On Mac OS X
41+
### On macOS
4242

43-
* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on Mac OS X)
43+
* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on macOS)
4444
* [Xcode](https://developer.apple.com/xcode/download/)
45-
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads`
46-
* This step will install `gcc` and the related toolchain containing `make`
45+
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Downloads` (or by running `xcode-select --install` in your Terminal)
46+
* This step will install `gcc` and the related toolchain containing `make`
4747

4848
### On Windows
4949

@@ -88,10 +88,6 @@ value:
8888
$ npm config set python /path/to/executable/python2.7
8989
```
9090

91-
Note that OS X is just a flavour of Unix and so needs `python`, `make`, and C/C++.
92-
An easy way to obtain these is to install XCode from Apple,
93-
and then use it to install the command line tools (under Preferences -> Downloads).
94-
9591
How to Use
9692
----------
9793

0 commit comments

Comments
 (0)