-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
# The Elm Compiler | ||
# Elm | ||
|
||
Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/). | ||
A delightful language for reliable webapps. | ||
|
||
<br> | ||
|
||
**Website:** [elm-lang.org](http://elm-lang.org/) | ||
|
||
**Try:** [elm-lang.org/try](http://elm-lang.org/try) | ||
|
||
**Guide:** [guide.elm-lang.org](http://guide.elm-lang.org/) | ||
|
||
<br> | ||
|
||
|
||
## Install | ||
|
||
Follow [these instructions][installer]! | ||
- **Mac** - [installer](https://github.com/elm/compiler/releases/download/0.19.0/installer-for-mac.pkg) | ||
- **Linux** - [instructions](https://github.com/elm/compiler/blob/master/installers/linux/README.md) | ||
- **Windows** - [installer](https://github.com/elm/compiler/releases/download/0.19.0/installer-for-windows.exe) | ||
|
||
[installer]: https://guide.elm-lang.org/install.html | ||
Instructions for multiple versions, previous versions, and uninstallation are available [here](https://github.com/elm/compiler/blob/master/installers/README.md). | ||
|
||
<br> | ||
|
||
## Help | ||
|
||
If you are stuck, ask around on [the Elm slack channel][slack]. Folks are friendly and happy to help with questions! | ||
|
||
[slack]: http://elmlang.herokuapp.com/ | ||
[slack]: http://elmlang.herokuapp.com/ |