Update README.md

This commit is contained in:
AJ ONeal 2015-01-20 22:45:27 -07:00
父節點 fc3c4fcf2e
當前提交 882f8c6d97
共有 1 個文件被更改,包括 2 次插入2 次删除

查看文件

@ -30,13 +30,13 @@ curl -fsSL bit.ly/iojs-min | bash
## Apple OS X
First you need to install X Code Tools
First you need to **Install XCode Command Line Tools**
```bash
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
sudo git --version