forked from mirrors/org-cv
more specific install
This commit is contained in:
parent
7e4af5d18e
commit
7272aab354
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ test:
|
|||
- dpkg -i hugo*.deb
|
||||
- hugo version
|
||||
- mkdir -p ~/tex/latex
|
||||
- cd ~/tex/latex/; git clone https://github.com/Titan-C/AltaCV.git
|
||||
- git clone https://github.com/Titan-C/AltaCV.git /usr/share/texmf/tex/latex/AltaCV
|
||||
- emacs --batch --load /tmp/install-org.el
|
||||
- emacs --batch -Q --script genfiles.el
|
||||
- cd org-cv-exports; latex -pdf altacv.org.tex
|
||||
- cd doc; hugo
|
||||
|
|
Loading…
Reference in a new issue