branch: externals/flymake-proselint
commit 444bf068a548575d34d3d254769bb700a7866fa7
Author: Manuel Uberti <manuel.ube...@inventati.org>
Commit: Manuel Uberti <manuel.ube...@inventati.org>

    Add MELPA instructions
---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d29a208..29bda95 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,15 @@ This package makes it possible to use 
[proselint](http://proselint.com/) with Em
 
 ## Getting started
 
-`flymake-proselint` is not listed on ELPA nor MELPA. If you want to try it, you
-can use [`straight.el`](https://github.com/raxod502/straight.el) to install it:
+`flymake-proselint` is listed on MELPA. If you use `use-package` you could 
install
+it with something like:
+
+``` emacs-lisp
+(use-package flymake-proselint
+  :ensure flymake-quickdef)
+```
+
+You can use [`straight.el`](https://github.com/raxod502/straight.el) to 
install it from this repository instead:
 
 ``` emacs-lisp
 (straight-use-package

Reply via email to