update install process
authordaniel watson <ozzloy@challenge-bot.com>
Wed, 29 Jan 2020 02:19:14 +0000 (18:19 -0800)
committerdaniel watson <ozzloy@challenge-bot.com>
Wed, 29 Jan 2020 02:19:14 +0000 (18:19 -0800)
INSTALL

diff --git a/INSTALL b/INSTALL
index 116e870f2faab1cad546a335ad99e36bd2c2c78e..259c85da1f8e99fc4850b3eb70243d0fb53b8f6f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,19 @@
 $ make
 make: latexmk: Command not found
 $ sudo apt-get install -y latexmk
+
 $ make
 ! LaTeX Error: File `marvosym.sty' not found.
 $ sudo apt-get install -y texlive-fonts-recommended
+
+$ make
 ! LaTeX Error: File `moderncv.cls' not found.
 $ sudo apt install texlive-latex-extra
+
+$ make
 ! LaTeX Error: File `fontawesome.sty' not found.
 $ sudo apt install texlive-fonts-extra
+
+make autobuild
+./autobuild.bash: line 7: inotifywait: command not found
+$ sudo apt install inotify-tools