Skip to content

Commit

Permalink
Add development instructions #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Mar 6, 2014
1 parent 0a9fc20 commit 4c7d707
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

## Install

Go to `Atom > Preferences...` then search for **JavaScript** in Packages tab.
Go to `Atom > Preferences...` then search for **JavaScript Snippets** in Packages tab.

## Development

```sh
$ cd ~/.atom/packages
$ git clone https://github.com/zenorocha/atom-javascript-snippets.git
$ cd atom-javascript-snippets
$ apm install
$ apm link
```

## Console

Expand Down

0 comments on commit 4c7d707

Please sign in to comment.