From 63dee0ce3f09c7a786fc5d158f411a785bfe1a29 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Tue, 4 Jan 2022 09:43:32 +0100 Subject: [PATCH] Add install instructions for Arch Linux. (#140) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cc80bd8..09447ad 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,14 @@ A [Homebrew tap](https://github.com/mhanberg/homebrew-zk) is maintained by [@mha brew install [--build-from-source] mhanberg/zk/zk ``` +### Arch Linux + +You can install [the zk package](https://archlinux.org/packages/community/x86_64/zk/) from the official repos. + +```sh +sudo pacman -S zk +``` + ### Build from scratch Make sure you have a working [Go installation](https://golang.org/), then clone the repository: