elm/docs/INSTALLATION.md

10 lines
361 B
Markdown
Raw Normal View History

## Installing on any platform
2015-11-25 16:24:04 +00:00
The simplest way to install Elm is via Node.js/NPM.
If you don't already have Node.js installed on your computer, you can download it from [the official site](https://nodejs.org/). Once you have Node.js up and running, follow these steps to install the Elm platform and elm-test.
2015-11-25 16:24:04 +00:00
```bash
$ npm install --global elm elm-test
2015-11-25 16:24:04 +00:00
```