branch: elpa/editorconfig commit 72cadce2cdd69d153ecfb72806bddf916b12baef Author: 10sr <8.slas...@gmail.com> Commit: GitHub <nore...@github.com>
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 3b884f1..69f4748 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@  [](http://melpa.org/#/editorconfig) [](https://stable.melpa.org/#/editorconfig) +[](http://elpa.nongnu.org/nongnu/editorconfig.html) # EditorConfig Emacs Plugin @@ -11,9 +12,9 @@ This is an [EditorConfig][] plugin for [Emacs][]. ## 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 @@ -239,6 +240,7 @@ with this program. If not, see <https://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