Zeal can'be installed with pacman anymore

Semen Martynov 2021-01-04 12:07:56 +03:00
parent 0787639d0e
commit 612acb5e82

@ -1,15 +1,15 @@
Zeal is included in Arch pacman. Just run: Zeal is not included in Arch pacman, but we have 2 version in the AUR:
``` - [Stable zeal](https://aur.archlinux.org/packages/zeal/)
pacman -S zeal - [Latest zeal from git](https://aur.archlinux.org/packages/zeal-git/)
# all done...
```
If you want to build from github, you can use [zeal git AUR](https://aur.archlinux.org/packages/zeal-git/) In addition, you can always compile zeal by your hands from the source code repository.
``` ```sh
git clone https://aur.archlinux.org/zeal-git.git git clone git@github.com:zealdocs/zeal.git
cd zeal-git cd zeal
makepkg mkdir build && cd build
pacman -U *.xz cmake ..
``` make
sudo make install
```