diff options
author | yenatch <yenatch@gmail.com> | 2014-11-06 23:13:35 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-11-06 23:13:35 -0800 |
commit | da8c79360998241443a6c51c3a487fbcd7dfcde4 (patch) | |
tree | 6b5e46c0ad882701b04547e9f0233c8bd4eb00e5 | |
parent | a496b4d2f77a039b54c4e23f379d48043e8cdd79 (diff) |
Better OS X install instructions.
-rw-r--r-- | INSTALL.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -36,8 +36,11 @@ To build them individually: # OS X -Download and install **Command Line Tools for Xcode**. -Then open a terminal and follow the Linux instructions. +In the shell, run: + + xcode-select --install + +Then follow the Linux instructions. # Windows |