Update README.md

This commit is contained in:
AJ ONeal 2015-01-20 22:45:27 -07:00
parent fc3c4fcf2e
commit 882f8c6d97
1 changed files with 2 additions and 2 deletions

View File

@ -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