Skip to content

Commit

Permalink
Some better instructions for OSX users
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Metcalfe committed May 24, 2012
1 parent 84b916b commit 3d676a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Under OS X, do:

You will need Homebrew: http://mxcl.github.com/homebrew/

If you now have more than one version of PHP on your system, you may need to change the first line of the whippet
script to:

#!/usr/local/bin/php

You can check by running php -v. It should be 5.4.x. At some point, we will figure out a more elegant solution.

For other operating systems, please consult Google, or download and install from PHP.net: http://php.net/downloads.php

You might also want to symlink Whippet to something in your path:
Expand Down

0 comments on commit 3d676a2

Please sign in to comment.