mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Fix typo
Correct filename to that which exists in master branch of the repo.
This commit is contained in:
parent
3af35ad217
commit
f55498ab9f
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user