include more instructions for install
authordaniel watson <ozzloy@challenge-bot.com>
Sat, 20 Jun 2020 20:44:42 +0000 (13:44 -0700)
committerdaniel watson <ozzloy@challenge-bot.com>
Sat, 20 Jun 2020 20:44:42 +0000 (13:44 -0700)
INSTALL

diff --git a/INSTALL b/INSTALL
index 259c85da1f8e99fc4850b3eb70243d0fb53b8f6f..1a28ef8ac1c0d7bb6adc83614cc1c410f4cf319c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,12 @@
+* quick install
+$ sudo apt install -y latexmk \
+  texlive-fonts-recommended \
+  texlive-latex-extra \
+  texlive-fonts-extra \
+  inotify-tools
+
+* more details
+
 $ make
 make: latexmk: Command not found
 $ sudo apt-get install -y latexmk
@@ -14,6 +23,6 @@ $ make
 ! LaTeX Error: File `fontawesome.sty' not found.
 $ sudo apt install texlive-fonts-extra
 
-make autobuild
+make autobuild
 ./autobuild.bash: line 7: inotifywait: command not found
 $ sudo apt install inotify-tools