From: daniel watson Date: Sat, 20 Jun 2020 20:44:42 +0000 (-0700) Subject: include more instructions for install X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Fcv;a=commitdiff_plain;h=3f52e2dfc8cc31e937f84ef3fb7a1a2a534c6964 include more instructions for install --- diff --git a/INSTALL b/INSTALL index 259c85d..1a28ef8 100644 --- 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