mirror of
https://github.com/correl/elm.git
synced 2024-11-16 11:09:29 +00:00
9 lines
188 B
Markdown
9 lines
188 B
Markdown
|
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
|
||
|
```
|