emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] scratch/ediprolog d30bc3dd59 17/31: explain installation of edipr


From: Stefan Monnier
Subject: [elpa] scratch/ediprolog d30bc3dd59 17/31: explain installation of ediprolog via GNU ELPA
Date: Sun, 2 Oct 2022 17:01:38 -0400 (EDT)

branch: scratch/ediprolog
commit d30bc3dd59aec4da5411bf4bf046750361285b13
Author: Markus Triska <triska@metalevel.at>
Commit: Markus Triska <triska@metalevel.at>

    explain installation of ediprolog via GNU ELPA
---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e537570db9..c48fcfd061 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,13 @@ See also [PceProlog](https://www.metalevel.at/pceprolog/).
 
 # Installation
 
-Copy [ediprolog.el](ediprolog.el) to your `load-path` and add to your `.emacs`:
+With Emacs&ge;24.1, the simplest way to install ediprolog is to use
+Emacs's built-in *package&nbsp;manager* via the key sequence:
+
+    M-x package-install RET ediprolog RET
+
+Alternatively, copy [ediprolog.el](ediprolog.el) to your `load-path`
+and add to your `.emacs`:
 
     (require 'ediprolog)
     (global-set-key [f10] 'ediprolog-dwim)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]