Skip to content

Commit 73f2f29

Browse files
committed
feat(readme): Promote NonGNU ELPA as a way to install the package
1 parent 2a60718 commit 73f2f29

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.org

+14-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ over time and preferred services can easily be configured.
1515
* Table of Contents
1616
- [[#webpasteel----paste-text-to-pastebin-like-services][Webpaste.el -- Paste text to pastebin-like services]]
1717
- [[#installation][Installation]]
18-
- [[#the-lazy-way-using-use-package][The lazy way (Using use-package)]]
18+
- [[#the-interactive-way][The interactive way]]
19+
- [[#a-declarative-way-using-use-package][A declarative way (Using use-package)]]
1920
- [[#configuration][Configuration]]
2021
- [[#choosing-providers--provider-priority][Choosing providers / provider priority]]
2122
- [[#only-paste-plaintext-pastes][Only paste plaintext pastes]]
@@ -30,7 +31,18 @@ over time and preferred services can easily be configured.
3031
- [[#providers-to-implement-710][Providers to implement]]
3132

3233
* Installation
33-
** The lazy way (Using [[https://github.com/jwiegley/use-package][use-package]])
34+
The package is available on [[https://elpa.nongnu.org/][NonGNU ELPA]], which is part of the default set of
35+
repositories starting in Emacs 28. For information on how to add this
36+
repository if you're on an older Emacs, check the [[https://elpa.nongnu.org/][NonGNU ELPA]] instructions.
37+
38+
** The interactive way
39+
You can install ~webpaste~ using the interactive ~package-install~ command
40+
like the following:
41+
#+BEGIN_CODE
42+
M-x package-install RET webpaste RET
43+
#+END_CODE
44+
45+
** A declarative way (Using [[https://github.com/jwiegley/use-package][use-package]])
3446
This requires that you have [[https://github.com/jwiegley/use-package][use-package]] set up. But it's in my opinion the
3547
easiest way to install and configure packages.
3648

0 commit comments

Comments
 (0)