From 11c626b52c7954769f53f4e565e760843c4d09bb Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 22 Dec 2023 12:20:29 +0100 Subject: [PATCH] README.org: Fix installation instructions M-x package-install does not work as built-in packages are not filtered from the completion list. Users must go through `list-packages' instead. Reported-by: Carlos Pita Link: https://orgmode.org/list/878rdbwlf3.fsf@localhost --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index bf9301169..e72403b68 100644 --- a/README.org +++ b/README.org @@ -9,8 +9,9 @@ Check the [[https://orgmode.org][Org Mode website]] for more. Org is part of GNU Emacs: you probably don't need to install it. -To install a more recent version, please do it from [[https://elpa.gnu.org/packages/org.html][GNU ELPA]] by -running this command: =M-x package-install RET org RET= +To install a more recent version, please use command: =M-x +list-packages=, find "org" in the list, click on it, and click +"Install" in the popped up window. * Join the GNU Project