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

fix install instructions

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