Commit 7aa12035 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #457 from srid/patch-1

Fix typo
parents 3af35ad2 f55498ab
......@@ -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.
#### 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
git clone http://www.github.com/gibiansky/IHaskell
cd IHaskell
./macosx-install.sh
./macos-install.sh
```
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