Commit 19469b8d authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge branch 'master' of github.com:gibiansky/IHaskell

parents e979dee9 7aa12035
...@@ -39,11 +39,11 @@ cd IHaskell ...@@ -39,11 +39,11 @@ cd IHaskell
This script will ask you for `sudo` permissions in order to install IHaskell dependencies. The script is readable and easy to inspect if you wish to know what it does before giving it root permissions. This script will ask you for `sudo` permissions in order to install IHaskell dependencies. The script is readable and easy to inspect if you wish to know what it does before giving it root permissions.
#### Mac OS X: #### Mac OS X:
On Mac OS X, clone the repository and then run the `macosx-install.sh` script: On Mac OS X, clone the repository and then run the `macos-install.sh` script:
```bash ```bash
git clone http://www.github.com/gibiansky/IHaskell git clone http://www.github.com/gibiansky/IHaskell
cd IHaskell cd IHaskell
./macosx-install.sh ./macos-install.sh
``` ```
Note that you must have [Homebrew](http://brew.sh/) installed for this script to work. Note that you must have [Homebrew](http://brew.sh/) installed for this script to work.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment