elm/docs/INSTALLATION.md

9 lines
188 B
Markdown
Raw Normal View History

2015-11-25 16:24:04 +00:00
Download and install a recent Elm Platform for your OS from [elm-lang.org/install](http://elm-lang.org/install).
## MacOS
```bash
$ npm install --global elm
$ elm-package install -y
```