branch: externals/emacs-lisp-intro-es
commit 46edcec4b15414d388ade3c9a9d7600fd06d9e66
Author: David Arroyo Menéndez <[email protected]>
Commit: David Arroyo Menéndez <[email protected]>

    README.org: adding section Downloading the manual
---
 README.org | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.org b/README.org
index 2d7e36db8e..d63253996b 100644
--- a/README.org
+++ b/README.org
@@ -5,6 +5,18 @@
 #+BABEL: :results output :session
 #+DATE: 2026
 
+* Downloading the manual
+
+** PDF
+#+BEGIN_SRC bash
+$ wget -c 
https://elpa.gnu.org/devel/doc/emacs-lisp-intro-es/emacs-lisp-intro-es.pdf
+#+END_SRC
+
+** HTML
+#+BEGIN_SRC bash
+$ https://elpa.gnu.org/devel/doc/emacs-lisp-intro-es.html
+#+END_SRC
+
 * Installation
 ** Debian/Ubuntu
 #+BEGIN_SRC bash

Reply via email to