浏览代码

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
 ```bash
 sudo dnf install pandoc texlive-collection-context
 sudo dnf install pandoc texlive-collection-context
 ```
 ```
+
+#### Arch
+```bash
+sudo pacman -S pandoc texlive-core
+```