Skip to content

Commit

Permalink
Add command for accepting XCode agreement on Mavericks
Browse files Browse the repository at this point in the history
  • Loading branch information
chip authored and Dan Croak committed Dec 28, 2013
1 parent 2234ae6 commit f899ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For Snow Leopard (10.6): use [OS X GCC Installer](https://github.com/kennethreit

For Lion (10.7) or Mountain Lion (10.8): use [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action)

For Mavericks (10.9): run `xcode-select --install` in your terminal and then click "Install".
For Mavericks (10.9): run `sudo xcodebuild -license` and follow the instructions to accept the XCode agreement. Then run `xcode-select --install` in your terminal and then click "Install".

2) Set zsh as your login shell:

Expand Down

0 comments on commit f899ebf

Please sign in to comment.