Update README.md

Add link to elm website in README
This commit is contained in:
Evan Czaplicki 2013-02-14 23:22:24 +02:00
parent 7b7b136002
commit 1207631040

View File

@ -4,6 +4,9 @@ Elm
This is the Elm compiler and server, allowing you to develop Elm
applications that run in any modern browser.
If you are new to Elm, learn more about the language [here](http://elm-lang.org/)
and try it out in the [online interactive editor](http://elm-lang.org/try).
If you intend to serve Elm code with a custom Haskell backend, be
sure to read all the way to the "Installation for Haskell-Users" section.
@ -110,4 +113,4 @@ These problems all appeared before Elm version 0.1.1.4:
* Elm does not appear to work with the latest versions of `containers` (i.e. 0.4.2.*). I know it works with earlier versions of containers, so to avoid this problem, you can try: `cabal install elm --constrain="containers==0.4.1.0" --force-reinstall`
* On Windows, HAppStack has trouble installing because of issues with the "network" package. I struggled with this problem on Windows 7 until I found the suggestion at the bottom of [this page](http://hackage.haskell.org/trac/ghc/ticket/5159).
If you are still stuck, email the list or ask a question in the [#Elm IRC channel](http://webchat.freenode.net/?channels=elm).
If you are still stuck, email the list or ask a question in the [#Elm IRC channel](http://webchat.freenode.net/?channels=elm).