Skip to content

Commit

Permalink
Add Arch dependencies to the README
Browse files Browse the repository at this point in the history
Add instructions for installing dependencies on Arch Linux and
derivatives.

On Arch, the texlive-most group depends on most TeX Live related
packages, texlive-core appears to be the bare minimum install for
ConTeXt.

See Arch Wiki on TeX Live: https://wiki.archlinux.org/index.php/TeX_Live
  • Loading branch information
MattSturgeon committed Jul 26, 2017
1 parent c443235 commit 0ed541b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ sudo apt install pandoc context
```bash
sudo dnf install pandoc texlive-collection-context
```

#### Arch
```bash
sudo pacman -S pandoc texlive-core
```

0 comments on commit 0ed541b

Please sign in to comment.