diff --git a/Build-Instructions-for-ArchLinux.md b/Build-Instructions-for-ArchLinux.md new file mode 100644 index 0000000..0e7febe --- /dev/null +++ b/Build-Instructions-for-ArchLinux.md @@ -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 +```