Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 784 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 784 Bytes

Learn about the Elm programming language at elm-lang.org.

Build Status

Install

Follow these instructions if you just want to use Elm. To build the compiler from source, run the following commands:

git clone https://github.com/elm-lang/Elm.git
cd Elm
cabal configure
cabal build

This will build the compiler in /dist/build/elm/elm but it will not be on your PATH.

If you are stuck, email the list or ask a question in the #Elm IRC channel.