From 89ef5724ef971f21bbeed403fc91530ce3f726ff Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Jan 2018 14:15:03 +0200 Subject: [PATCH] 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. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0119bee..b49b808 100644 --- a/README.md +++ b/README.md @@ -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.