Merge pull request #398 from fosskers/master

Added link to new Installation instructions
This commit is contained in:
Evan Czaplicki 2013-12-19 13:17:51 -08:00
commit 99683b9434

View file

@ -3,16 +3,7 @@ Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/)
## Install
**Note for OS X 10.9 Maverics:** you must follow
[these directions](http://justtesting.org/post/64947952690/the-glasgow-haskell-compiler-ghc-on-os-x-10-9)
before continuing!
Download the [Haskell Platform 2012.2.0.0 or later](http://hackage.haskell.org/platform/).
Once the Haskell Platform is installed:
cabal update
cabal install elm
cabal install elm-server
[Please see these instructions.](https://github.com/evancz/Elm/wiki/Installing-Elm)
## Use