branch: scratch/editorconfig-cc
commit 64b2f0d553a4fee9401174b34c40b065d08cfd9f
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Update README for NonGNU ELPA repository (#259)
    
    * Add NonGNU ELPA badge
    
    * Update README
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a571908f5a..9d8c9cf61d 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
 
![build](https://github.com/editorconfig/editorconfig-emacs/workflows/build/badge.svg)
 
[![MELPA](https://melpa.org/packages/editorconfig-badge.svg)](http://melpa.org/#/editorconfig)
 [![MELPA 
Stable](https://stable.melpa.org/packages/editorconfig-badge.svg)](https://stable.melpa.org/#/editorconfig)
+[![NonGNU 
ELPA](http://elpa.nongnu.org/nongnu/editorconfig.svg)](http://elpa.nongnu.org/nongnu/editorconfig.html)
 
 # EditorConfig Emacs Plugin
 
 ## Getting Started
 
 
-### Install from MELPA
+### package.el
 
-This package is available from [MELPA][] and [MELPA Stable][].
+This package is available from [MELPA][], [MELPA Stable][] and [NonGNU ELPA][].
 Install from these repositories and enable global minor-mode 
`editorconfig-mode`:
 
 ```emacs-lisp
@@ -197,6 +198,7 @@ with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 [Emacs]: https://www.gnu.org/software/emacs/
 [MELPA]: https://melpa.org/#/editorconfig
 [MELPA Stable]: https://stable.melpa.org/#/editorconfig
+[NonGNU ELPA]: http://elpa.nongnu.org/nongnu/editorconfig.html
 [use-package]: https://www.emacswiki.org/emacs/UsePackage
 [EditorConfig]: https://editorconfig.org
 [EditorConfig C Core]: https://github.com/editorconfig/editorconfig-core-c

Reply via email to