Commit f55498ab authored by Sridhar Ratnakumar's avatar Sridhar Ratnakumar

Fix typo

Correct filename to that which exists in master branch of the repo.
parent 3af35ad2
...@@ -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