summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-11-06 23:13:35 -0800
committeryenatch <yenatch@gmail.com>2014-11-06 23:13:35 -0800
commitda8c79360998241443a6c51c3a487fbcd7dfcde4 (patch)
tree6b5e46c0ad882701b04547e9f0233c8bd4eb00e5
parenta496b4d2f77a039b54c4e23f379d48043e8cdd79 (diff)
Better OS X install instructions.
-rw-r--r--INSTALL.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7ebe2cf8..e440ef33 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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