README.md: Clean up some copiuous whitespace

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-06-11 23:08:35 +03:00
parent 43dc9f3d30
commit 606a69c95f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ To clean up all generated and intermediate content, type:
$ 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.
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:__
@ -34,12 +34,10 @@ __On Fedora:__
$ 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
__Others:__ send a pull request with instructions for your distro.