Skip to content

Commit

Permalink
Update instructions to match modern install/build process
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Sep 25, 2014
1 parent fd2c728 commit 5245d61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/)

## Install

Follow [these instructions][installer] if you just want to use Elm. To build
the compiler from source, run the following commands:
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!

[installer]: https://github.com/elm-lang/elm-platform/blob/master/README.md#elm-platform

```bash
git clone https://github.com/elm-lang/Elm.git
cd Elm
cabal configure
cabal build
```
## Build from source / Contribute

This will build the compiler in `/dist/build/elm/elm` but it will not be on
your PATH.
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.

[build]: https://github.com/elm-lang/elm-platform/blob/master/src/BuildFromSource.hs

## Help

If you are stuck, email
[the list](https://groups.google.com/forum/?fromgroups#!forum/elm-discuss)
Expand Down

0 comments on commit 5245d61

Please sign in to comment.