branch: elpa/evil-goggles
commit 97498ef1ba1d1e10948b8c29bedd5a07884bac6e
Author: Evgeni Kolev <[email protected]>
Commit: Evgeni Kolev <[email protected]>
Clarify package should be on Melpa
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 46d053b1dd..c252f62fb9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ evil-goggles
Installation
------------
-#### with [use-package](https://github.com/jwiegley/use-package)
+#### with [use-package](https://github.com/jwiegley/use-package) from
[Melpa](melpa.org)
``` emacs-lisp
;; NOTE: this doesn't work yet, package is not on Melpa
(use-package evil-goggles
@@ -33,7 +33,7 @@ Installation
(evil-goggles-mode))
```
-#### without [use-package](https://github.com/jwiegley/use-package)
+#### without [use-package](https://github.com/jwiegley/use-package) from
[Melpa](melpa.org)
`M-x package-install RET evil-goggles RET`, then add in `init.el`: