Update README.md
This commit is contained in:
parent
fc3c4fcf2e
commit
882f8c6d97
|
@ -30,13 +30,13 @@ curl -fsSL bit.ly/iojs-min | bash
|
||||||
|
|
||||||
## Apple OS X
|
## Apple OS X
|
||||||
|
|
||||||
First you need to install X Code Tools
|
First you need to **Install XCode Command Line Tools**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you need to *Accept the License* by running any command installed by Xcode with sudo. We'll use git.
|
Then you need to **Accept the XCode License** by running any command installed by Xcode with sudo. We'll use git.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo git --version
|
sudo git --version
|
||||||
|
|
Loading…
Reference in New Issue