Skip to content

Commit

Permalink
add melpa install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechowskid authored May 3, 2019
1 parent b6f2967 commit 5e49af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Flymake backend for Javascript using eslint
## Installation

0. Make sure `eslint` is installed and present on your emacs `exec-path`. For Linux systems `exec-path` usually equals your `$PATH` environment variable; for other systems, you're on your own.
1. Download and place inside `~/.emacs.d/lisp`
1. Install:
- from MELPA: `M-x package-install [RET] flymake-eslint [RET]`
- manually: download and place inside `~/.emacs.d/lisp`
2. Edit `~/.emacs` or equivalent:
```lisp
(add-to-list 'load-path "~/.emacs.d/lisp")
Expand Down

0 comments on commit 5e49af5

Please sign in to comment.