README.md: Use spaces instead of tabs for indent
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
606a69c95f
commit
bac8517a6b
14
README.md
14
README.md
@ -17,27 +17,27 @@ I decided to start keeping my CV in LaTeX because:
|
|||||||
### Usage
|
### Usage
|
||||||
To "build" a PDF you simply type:
|
To "build" a PDF you simply type:
|
||||||
|
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
To clean up all generated and intermediate content, type:
|
To clean up all generated and intermediate content, type:
|
||||||
|
|
||||||
$ make clean
|
$ make clean
|
||||||
|
|
||||||
### Pre-requistes for building
|
### 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:__
|
__On Arch Linux:__
|
||||||
|
|
||||||
$ sudo pacman -Sy texlive-core texlive-latexextra
|
$ sudo pacman -Sy texlive-core texlive-latexextra
|
||||||
|
|
||||||
__On Fedora:__
|
__On Fedora:__
|
||||||
|
|
||||||
$ sudo yum install texlive texlive-moderncv
|
$ sudo yum install texlive texlive-moderncv
|
||||||
|
|
||||||
__On Ubuntu:__
|
__On Ubuntu:__
|
||||||
|
|
||||||
$ sudo add-apt-repository ppa:texlive-backports
|
$ sudo add-apt-repository ppa:texlive-backports
|
||||||
$ sudo apt-get install texlive
|
$ sudo apt-get install texlive
|
||||||
$ sudo apt-get --no-install-recommends install texlive-latex-extra
|
$ sudo apt-get --no-install-recommends install texlive-latex-extra
|
||||||
|
|
||||||
__Others:__ send a pull request with instructions for your distro.
|
__Others:__ send a pull request with instructions for your distro.
|
||||||
|
Loading…
Reference in New Issue
Block a user