Skip to content

Commit

Permalink
Add a requirements section with zsh in it
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jul 16, 2012
1 parent 6045750 commit db804e4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ Laptop

Laptop is a script to set up your Max OS X laptop as a Rails development machine.

Install
-------
Requirements
------------

* A C compiler, such as GCC, LLVM, or Clang.

Download a compiler from [OS X GCC Installer](https://github.com/kennethreitz/osx-gcc-installer/) if you're on Snow Leopard (OS X 10.6) or [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) if you're on Lion (OS X 10.7).

Before you run this script, you need compilers like GCC, LLVM, and Clang.
* zsh as your login shell.

Get them via [OS X GCC Installer](https://github.com/kennethreitz/osx-gcc-installer/)
if you're on Snow Leopard (OS X 10.6) or
[Command Line Tools for XCode](https://developer.apple.com/downloads/index.action)
if you're on Lion (OS X 10.7).
To change your login shell run this from a Terminal:

chsh -s /bin/zsh

Install
-------

Run the script:

Expand Down

0 comments on commit db804e4

Please sign in to comment.