Skip to content

Commit f4c9ef4

Browse files
authored
Updating Arch Linux packages
Now tectonic is available in the official repos, and tectonic-bin from the AUR is not available anymore, from the AUR only tectonic-git.
1 parent 62deda8 commit f4c9ef4

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/src/installation/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,16 @@ $ conda install -c conda-forge tectonic
7777

7878
### Arch Linux
7979

80-
For users of [Arch Linux], there are two Tectonic packages available. The
81-
[tectonic-bin][arch-tectonic-bin] package on [AUR] provides actual pre-compiled
82-
binaries, while the [tectonic][arch-tectonic] will build the binary on your
83-
machine, which may take a while.
80+
For users of [Arch Linux], there are two Tectonic packages available: [tectonic][arch-tectonic] from the official repositories, which can be installed with
81+
```sh
82+
$ sudo pacman -S tectonic
83+
```
84+
and [tectonic-git][arch-tectonic-git] from the [AUR].
8485

8586
[Arch Linux]: https://archlinux.org/
86-
[arch-tectonic-bin]: https://aur.archlinux.org/packages/tectonic-bin/
87+
[arch-tectonic]: https://aur.archlinux.org/packages/tectonic-bin/
8788
[AUR]: https://aur.archlinux.org/
88-
[arch-tectonic]: https://aur.archlinux.org/packages/tectonic/
89+
[arch-tectonic-git]: https://aur.archlinux.org/packages/tectonic/
8990

9091
### Homebrew
9192

0 commit comments

Comments
 (0)