mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 12:33:20 +03:00
Created Build Instructions for ArchLinux (markdown)
parent
ad7aec5852
commit
7f1d997973
15
Build-Instructions-for-ArchLinux.md
Normal file
15
Build-Instructions-for-ArchLinux.md
Normal file
@ -0,0 +1,15 @@
|
||||
Zeal is included in Arch pacman. Just run:
|
||||
|
||||
```
|
||||
pacman -S zeal
|
||||
# all done...
|
||||
```
|
||||
|
||||
If you want to build from github, you can use [zeal git AUR](https://aur.archlinux.org/packages/zeal-git/)
|
||||
|
||||
```
|
||||
git clone https://aur.archlinux.org/zeal-git.git
|
||||
cd zeal-git
|
||||
makepkg
|
||||
pacman -U *.xz
|
||||
```
|
Loading…
Reference in New Issue
Block a user