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

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

[nongnu] elpa/evil-goggles 8f20a16e74 2/2: Merge pull request #32 from s


From: ELPA Syncer
Subject: [nongnu] elpa/evil-goggles 8f20a16e74 2/2: Merge pull request #32 from skangas/nongnu-elpa-badge
Date: Sat, 22 Jan 2022 05:58:02 -0500 (EST)

branch: elpa/evil-goggles
commit 8f20a16e74016f37ad76dc4f2230d9b00c6df3c2
Merge: 1b66053ea5 44a485862b
Author: Evgeni Kolev <evgenysw@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #32 from skangas/nongnu-elpa-badge
    
    Add NonGNU ELPA badge and instructions
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e4421e9f78..e15d22b678 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 [![Build 
Status](https://travis-ci.org/edkolev/evil-goggles.svg?branch=master)](https://travis-ci.org/edkolev/evil-goggles)
+[![NonGNU 
ELPA](https://elpa.nongnu.org/nongnu/evil-goggles.svg)](https://elpa.nongnu.org/nongnu/evil-goggles.html)
 
[![MELPA](https://melpa.org/packages/evil-goggles-badge.svg)](https://melpa.org/#/evil-goggles)
 
 evil-goggles
@@ -34,7 +35,7 @@ try for example `yy`, `p`, `dd` in normal state.
 
 ## Installation
 
-#### with [use-package](https://github.com/jwiegley/use-package) from 
[Melpa](https://melpa.org)
+#### with [use-package](https://github.com/jwiegley/use-package) from [NonGNU 
ELPA](https://elpa.nongnu.org/) or [MELPA](https://melpa.org)
 ``` emacs-lisp
 (use-package evil-goggles
   :ensure t
@@ -48,7 +49,7 @@ try for example `yy`, `p`, `dd` in normal state.
   (evil-goggles-use-diff-faces))
 ```
 
-#### without [use-package](https://github.com/jwiegley/use-package) from 
[Melpa](https://melpa.org)
+#### without [use-package](https://github.com/jwiegley/use-package) from 
[NonGNU ELPA](https://elpa.nongnu.org/) or [MELPA](https://melpa.org)
 
 `M-x package-install RET evil-goggles RET`, then add in `init.el`:
 



reply via email to

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