From 3f52e2dfc8cc31e937f84ef3fb7a1a2a534c6964 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 20 Jun 2020 13:44:42 -0700 Subject: [PATCH] include more instructions for install --- INSTALL | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.30.2