mirror of
https://github.com/correl/elm.git
synced 2024-11-28 19:19:51 +00:00
9 lines
339 B
Markdown
9 lines
339 B
Markdown
## Installing on any platform
|
|
|
|
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.
|
|
|
|
```bash
|
|
$ npm install --global elm
|
|
```
|