README.md: Update macOS instructions

It seems that moderncv and its fontawesome dependency are available in
the repository, so we should just install it from there.
This commit is contained in:
Alan Orth 2018-01-14 14:15:03 +02:00
parent fb64667df7
commit 89ef5724ef
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 6 deletions

View File

@ -44,11 +44,6 @@ __Mac OS X:__ download and install [BasicTeX](https://www.tug.org/mactex/morepac
$ export PATH=$PATH:/usr/local/texlive/2017basic/bin/x86_64-darwin
$ sudo tlmgr update --self
$ sudo tlmgr install collection-fontsrecommended
$ wget https://launchpad.net/moderncv/trunk/1.5.1/+download/moderncv-1.5.1.zip
$ unzip moderncv-1.5.1.zip
$ sudo mkdir -p /usr/local/texlive/2017basic/texmf-local/tex/latex/moderncv
$ sudo cp moderncv/*.sty moderncv/*.cls /usr/local/texlive/2017basic/texmf-local/tex/latex/moderncv
$ sudo mktexlsr
$ sudo tlmgr install collection-fontsrecommended moderncv fontawesome
__Others:__ send a pull request with instructions for your distro.