Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
charignon committed Feb 23, 2019
1 parent 909b167 commit 82cb89f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -65,6 +65,21 @@ Once done, you can submit your review with one of `github-review-approve`, `gith

## Installation

### With doom emacs

Add the following to your config:

```emacs-lisp
(package!
github-review
:recipe
(:fetcher github
:repo "charignon/greview"
:files ("github-review.el")))
```


### With melpa
TODO How to install (to complete after MELPA PR is merged)

## Configuration
Expand Down

0 comments on commit 82cb89f

Please sign in to comment.