* README.org (NonGNU ELPA Devel): New section

This commit is contained in:
Akib Azmain Turja 2022-11-28 11:39:15 +06:00
parent 0638ff6212
commit 499c9dd911
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

View file

@ -64,8 +64,18 @@ following:
* Installation * Installation
Eat requires at Emacs 28.1 or above. Eat isn't available on any ELPA Eat requires at least Emacs 28.1 or above.
right now. So, you have to follow one of the following methods:
** NonGNU ELPA Devel
Eat is available on NonGNU ELPA Devel. If you don't have the archive
setup put something like the following in your init file:
#+begin_src emacs-lisp
(add-to-list 'package-archives
'("nongnu-dev"
. "https://elpa.nongnu.org/nongnu-devel/"))
#+end_src
** Quelpa ** Quelpa