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

    README.org: adding MacOS section
---
 README.org | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 0c9f54894f..a1025456da 100644
--- a/README.org
+++ b/README.org
@@ -3,17 +3,22 @@
 #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/org.css" />
 #+AUTHOR: David Arroyo Menéndez 
 #+BABEL: :results output :session
-#+DATE: 2014
+#+DATE: 2026
 
 * Installation
-
+** Debian/Ubuntu
 #+BEGIN_SRC bash
 $ sudo apt-get install texlive make texi2html po4a texinfo
 #+END_SRC
+** MacOS
+#+BEGIN_SRC bash
+$ brew install texlive make texi2html po4a texinfo
+#+END_SRC
 
 * Create object files
 
 #+BEGIN_SRC bash
+$ ./dotexi.sh 
 $ make emacs-lisp-intro-es.html
 $ make emacs-lisp-intro-es.pdf
 $ make emacs-lisp-intro-es.info
@@ -30,6 +35,7 @@ $ make clean
 The upstream repository is maintained
 at https://savannah.nongnu.org/p/elisp-es
 
+
 * License
 Copyright (C) 2014 David Arroyo Menéndez
 Permission is granted to copy, distribute and/or modify this document

Reply via email to