branch: elpa/lorem-ipsum commit d6001229496a88a768d7dcb6f7979b22ff1d53e5 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Joe Schafer <joe.scha...@delta46.us>
Add NonGNU ELPA badge and installation instructions --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9c547b690b..90523f69be 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,26 @@ +[](https://elpa.nongnu.org/nongnu/lorem-ipsum.html) + # Lorem Ipsum for Emacs # Add filler lorem ipsum text in Emacs. ## Installation -**MELPA** - -This package is available via MELPA. You can install it by calling: +**NonGNU ELPA or MELPA** - M-x package-install RET lorem-ipsum +This package is available via [NonGNU ELPA](https://elpa.nongnu.org/) +and MELPA. You can install it by calling: -Finally, the package must be required: + M-x package-install RET lorem-ipsum RET - (require 'lorem-ipsum) +That's it, all the functions you need are `autoload`ed. **Manual Installation** -Add `lorem-ipsum.el` to your `load-path`. That's it, all the -functions you need are `autoload`ed. +Add `lorem-ipsum.el` to your `load-path`. Finally, the package must +be required: + (require 'lorem-ipsum) ## Setup