From 7f1d997973d46c30ebfc4ff0bfbc874b6de266d8 Mon Sep 17 00:00:00 2001 From: ryanerwin Date: Mon, 21 May 2018 16:39:47 +0800 Subject: [PATCH] Created Build Instructions for ArchLinux (markdown) --- Build-Instructions-for-ArchLinux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Build-Instructions-for-ArchLinux.md 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 +```