Преглед изворни кода

Add Arch dependencies to the README

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
Matt Sturgeon пре 7 година
родитељ
комит
0ed541b865
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -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
+```