From: daniel watson Date: Wed, 29 Jan 2020 02:19:14 +0000 (-0800) Subject: update install process X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Fcv;a=commitdiff_plain;h=89ef16db8ef846834c43c2a682f00866c44a0269 update install process --- diff --git a/INSTALL b/INSTALL index 116e870..259c85d 100644 --- 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