branch: externals/ement commit aeba07b658ad8decdb908efcf9feebe8fca4f08e Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Docs: Mention availability in Debian, Guix, etc. --- README.org | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index dae3b70e17..484969d1ca 100644 --- a/README.org +++ b/README.org @@ -62,9 +62,17 @@ The default formatting style resembles IRC clients, with each message being pref ** GNU ELPA -Ement.el is published in [[http://elpa.gnu.org/][GNU ELPA]], so it may be installed in Emacs with the ~package-install~ command, which will install the current stable release. +Ement.el is published in [[http://elpa.gnu.org/][GNU ELPA]], so it may be installed in Emacs with the ~package-install~ command. This is the recommended way to install Ement.el, as it will install the current stable release. -** Quelpa +** GNU Guix + +Ement.el is also available in [[https://guix.gnu.org/][GNU Guix]] as ~emacs-ement~. + +** Debian + +Ement.el is also available in Debian as [[https://packages.debian.org/elpa-ement][elpa-ement]]. + +** Git master The ~master~ branch of the Git repository is intended to be usable at all times; only minor bugs are expected to be found in it before a new stable release is made. To install from this, it is recommended to use [[https://github.com/quelpa/quelpa-use-package][quelpa-use-package]], like this: @@ -78,6 +86,8 @@ The ~master~ branch of the Git repository is intended to be usable at all times; :quelpa (ement :fetcher github :repo "alphapapa/ement.el")) #+END_SRC +One might also use systems like [[https://github.com/radian-software/straight.el][Straight]] (which is also used by [[https://github.com/doomemacs/doomemacs][DOOM]]) to install from Git, but the author cannot offer support for them. + ** Manual Ement.el is intended to be installed with Emacs's package system, which will ensure that the required autoloads are generated, etc. If you choose to install it manually, you're on your own.