Skip to content
Snippets Groups Projects
Verified Commit d5f1cadb authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix install instructions

parent 94d708d3
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ Everything in the book has been optimized for reading on paper, and reading two-
1. Clone this repo.
1. Install the required packages:
* For Debian/ Mint/ Ubuntu: `inkscape`, `make`, `texlive-full`, `git-lfs`, and `latexmk`.
* For Arch Linux: `inkscape`, `make`, `texlive-most`, `git-lfs`, and `texlive-binextra`.
* For Void Linux: `inkscape`, `make`, `texlive-full`, `git-lfs`, and `texlive-latexmk`.
* For Debian/ Mint/ Ubuntu: `apt install inkscape make texlive-full git-lfs latexmk`.
* For Arch Linux: `pacman -S inkscape make git git-lfs texlive-binextra texlive-latexextra texlive-fontsrecommended texlive-fontsextra && git lfs install`
* For Void Linux: `xbps-install inkscape make texlive-full git-lfs texlive-latexmk`.
1. Enter the repo, and do `make all`.
For full setup instructions, see the [wiki][compiling].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment