Skip to content

Commit

Permalink
Fixes #34: Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Egan committed Feb 29, 2016
1 parent 3df6a7f commit 90e1bcd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,27 @@

Syntax highlighting and autocomplete for the [Elm language](http://elm-lang.org/).

## Installation

There are two ways to install the Atom Elm Extension: using the editor, or using the command line.

### Using the editor (Recommended)

You can install packages within Atom. To do so:

1. Open the editor settings
2. Click the "Install" menu item
3. Search for "language-elm"
4. Click the install button on the "language-elm" result

[More documentation for how to use the package manager](https://atom.io/docs/v1.5.3/using-atom-atom-packages) can be found on the official Atom site.

### Using the command line

Run the following command in your terminal:

```apm install language-elm```

## Autocomplete

In order to get autocomplete working, please:
Expand Down

0 comments on commit 90e1bcd

Please sign in to comment.