emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/flymake-proselint 444bf06 10/18: Add MELPA instructions


From: ELPA Syncer
Subject: [elpa] externals/flymake-proselint 444bf06 10/18: Add MELPA instructions
Date: Mon, 9 Aug 2021 14:57:22 -0400 (EDT)

branch: externals/flymake-proselint
commit 444bf068a548575d34d3d254769bb700a7866fa7
Author: Manuel Uberti <manuel.uberti@inventati.org>
Commit: Manuel Uberti <manuel.uberti@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

[Prev in Thread] Current Thread [Next in Thread]