Skip to content

Commit 1da4f2a

Browse files
committed
Add installing Xcode tools from command line
Thanks to @leebailey88 for the tip
1 parent 538899e commit 1da4f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Now, Xcode weights something like 2GB, and you don't need it unless you're devel
7979

8080
Once you reach the downloads page, search for "command line tools", and download the latest **Command Line Tools (OS X Mountain Lion) for Xcode**. Open the **.dmg** file once it's done downloading, and double-click on the **.mpkg** installer to launch the installation. When it's done, you can unmount the disk in Finder.
8181

82+
**Note**: If you are running **OS X 10.9 Mavericks**, then you can install the Xcode Command Line Tools directly from the command line with `$ xcode-select --install`, and you don't have to go through the download page and the questionnaire.
83+
8284
Finally, we can install Hombrew! In the terminal paste the following line (without the `$`), hit **Enter**, and follow the steps on the screen:
8385

8486
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

0 commit comments

Comments
 (0)