1
1
mirror of https://github.com/elm/compiler.git synced 2024-11-20 12:37:45 +03:00
compiler/installers
2023-11-01 16:15:26 +01:00
..
linux remove unneeded slash characters from Dockerfile 2020-02-05 08:53:02 +01:00
mac get rid of the info specific to Catalina-without-notarization 2019-10-21 15:42:28 -04:00
npm make the npm README look nicer 2023-11-01 16:15:26 +01:00
win don't associate elm files with anything on Windows 2019-10-14 18:41:13 -04:00
README.md Fix markdown links in installation instructions 2019-10-22 17:01:55 -07:00

Installing Elm

The normal path is to work through the guide until you need to install, but you can skip to installation directly by going here.


Installing Multiple Versions

The secret is that Elm is just a single executable file. If you are developing a project in ~/Desktop/project/ you can download this file into that directory and run commands like ~/Desktop/project/elm make src/Main.elm or ./elm make src/Main.elm. You just run the local copy of the executable file!

The instructions for Mac and Linux explain how to do this in more detail. You can follow the same steps on Windows, but you need to do each step by hand. (E.g. download the file through your browser rather than with a terminal command.)


Installing Previous Versions

The past binaries for Mac, Linux, and Windows are hosted here.

You can download the executable files directly and use them locally.


Uninstall