From 43dc9f3d3020bf9b6e6be116b393ae90156ed409 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 11 Jun 2015 23:05:41 +0300 Subject: [PATCH] README.md: Add prompts to shell code snippets Signed-off-by: Alan Orth --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa2b5a6..6b972b9 100644 --- a/README.md +++ b/README.md @@ -17,29 +17,29 @@ I decided to start keeping my CV in LaTeX because: ### Usage To "build" a PDF you simply type: - make + $ make To clean up all generated and intermediate content, type: - make clean + $ make clean ### Pre-requistes for building Depending on your GNU/Linux distribution the package names may be different. Basically, you need the `texlive` package, as well as whichever "extras" package contains the moderncv stuff. __On Arch Linux:__ - sudo pacman -Sy texlive-core texlive-latexextra + $ sudo pacman -Sy texlive-core texlive-latexextra __On Fedora:__ - sudo yum install texlive texlive-moderncv + $ sudo yum install texlive texlive-moderncv __On Ubuntu:__ - sudo add-apt-repository ppa:texlive-backports - sudo apt-get install texlive - sudo apt-get --no-install-recommends install texlive-latex-extra + $ sudo add-apt-repository ppa:texlive-backports + $ sudo apt-get install texlive + $ sudo apt-get --no-install-recommends install texlive-latex-extra __Others:__ send a pull request with instructions for your distro.