(no commit message)
[ozzloy@gmail.com/cv] / INSTALL
diff --git a/INSTALL b/INSTALL
index 116e870f2faab1cad546a335ad99e36bd2c2c78e..1a28ef8ac1c0d7bb6adc83614cc1c410f4cf319c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,28 @@
+* 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
+
 $ 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