Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[#16] Recommend Command Line Tools for XCode
  • Loading branch information
Dan Croak committed Mar 28, 2012
1 parent 87fe88f commit a177cca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -6,9 +6,13 @@ Laptop is a set of scripts to get your Max OS X laptop set up as a Rails develop
Install
-------

First, install [GCC for OS X](https://github.com/kennethreitz/osx-gcc-installer). (requires OS X 10.6 or higher)
Uninstall XCode:

Then, run this one-liner:
sudo /Developer/Library/uninstall-devtools --mode=all

Install [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) (171MB).

Run our one-liner:

bash < <(curl -s https://raw.github.com/thoughtbot/laptop/master/mac)

Expand All @@ -24,7 +28,7 @@ What it sets up
* Redis (for storing key-value data)
* ImageMagick (for cropping and resizing images)
* RVM (for managing versions of the Ruby programming language)
* Ruby 1.9.3 stable (for writing general-purpose code)
* Ruby 1.9.2 stable (for writing general-purpose code)
* Bundler gem (for managing Ruby libraries)
* Rails gem (for writing web applications)
* Heroku gem (for interacting with the Heroku API)
Expand Down

0 comments on commit a177cca

Please sign in to comment.