udpated README

This commit is contained in:
Yann Esposito (Yogsototh) 2014-08-17 00:04:38 +02:00
parent 652b28ee21
commit 5d22bfb2d9

View file

@ -1,4 +1,10 @@
install-haskell
===============
A minimal haskell installer script
A script to install Haskell and minimize cabal hell.
```
curl -O https://raw.githubusercontent.com/yogsototh/install-haskell/master/install-haskell.sh
sudo ./install-haskell.sh
```