Commit bab15526 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #6 from luispedro/master

DOC List happy as dependency
parents e6f9fbdb 40dcb799
...@@ -25,6 +25,11 @@ brew install zeromq # Macs with Homebrew ...@@ -25,6 +25,11 @@ brew install zeromq # Macs with Homebrew
``` ```
(For older versions of Ubuntu, you should be able to download the ZeroMQ3 source and install without much difficulty.) (For older versions of Ubuntu, you should be able to download the ZeroMQ3 source and install without much difficulty.)
Install Happy:
```bash
sudo apt-get install happy # Ubuntu
```
Install the package: Install the package:
```bash ```bash
cd IHaskell; cd IHaskell;
......
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