Commit b9589e91 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Changing linux-install.sh references to ubuntu-install.sh in README

parent 6d0a5421
......@@ -30,11 +30,11 @@ install instructions.
#### Ubuntu:
If you are using a modern version of Ubuntu, clone the repository and then run the `linux-install.sh` script:
If you are using a modern version of Ubuntu, clone the repository and then run the `ubuntu-install.sh` script:
```bash
git clone http://www.github.com/gibiansky/IHaskell
cd IHaskell
./linux-install.sh
./ubuntu-install.sh
```
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:
......
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