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 5138fca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,31 @@

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.

#### Screenshot

![Screenshot of installation](https://raw.githubusercontent.com/edubkendo/atom-elm/better-instructions/screenshot.png)

### 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
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5138fca

Please sign in to comment.