compiler/README.md

26 lines
1.0 KiB
Markdown
Raw Normal View History

Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/).
[![Build Status](https://travis-ci.org/elm-lang/elm-compiler.svg?branch=master)](https://travis-ci.org/elm-lang/elm-compiler)
2014-01-17 23:48:29 +04:00
2013-06-04 05:55:28 +04:00
## Install
Follow [these instructions][installer] to use Elm on your machine. Be sure to use
the platform specific installers if you are on Mac or Windows. It's way easier!
2013-12-20 02:04:03 +04:00
[installer]: https://github.com/elm-lang/elm-platform/blob/master/README.md#elm-platform
2013-12-20 02:04:03 +04:00
## Build from source / Contribute
2012-11-03 08:08:07 +04:00
Use [this script][build] to build the entire Elm Platform from source: the compiler,
REPL, package manager, and reactor. Be sure to read all the instructions to learn
how the script works and what your workflow will be like.
2015-03-21 03:55:11 +03:00
[build]: https://github.com/elm-lang/elm-platform/blob/master/installers/BuildFromSource.hs
## Help
If you are stuck, email
[the list](https://groups.google.com/forum/?fromgroups#!forum/elm-discuss)
or ask a question in the
[#Elm IRC channel](http://webchat.freenode.net/?channels=elm).