README.md: Add pre-reqs for building
This commit is contained in:
parent
4262810ba4
commit
3b0ec05c0f
12
README.md
12
README.md
@ -20,3 +20,15 @@ To "build" a PDF you simply type:
|
||||
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.
|
||||
|
||||
On Arch Linux:
|
||||
|
||||
sudo pacman -Sy texlive-core texlive-latexextra
|
||||
|
||||
Others: send a pull request with instructions for your distro.
|
||||
|
Loading…
Reference in New Issue
Block a user