* README.org (NonGNU ELPA Devel): New section
This commit is contained in:
parent
0638ff6212
commit
499c9dd911
1 changed files with 12 additions and 2 deletions
14
README.org
14
README.org
|
@ -64,8 +64,18 @@ following:
|
|||
|
||||
* Installation
|
||||
|
||||
Eat requires at Emacs 28.1 or above. Eat isn't available on any ELPA
|
||||
right now. So, you have to follow one of the following methods:
|
||||
Eat requires at least Emacs 28.1 or above.
|
||||
|
||||
** 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue