an experimental irc client

docs(README): add Arch Linux installation instructions

authored by koi.rip and committed by rockorager.dev ac9545e6 f4015d96

+10
+10
README.md
··· 7 7 8 8 ## Installation 9 9 10 + ### Arch Linux 11 + 12 + [comlink](https://aur.archlinux.org/packages/comlink) is available as a package in the AUR. It can be installed using an AUR helper (e.g. paru). 13 + 14 + ```sh 15 + paru -S comlink 16 + ``` 17 + 18 + ### Zig Build System 19 + 10 20 `comlink` is written in zig and can be installed using the zig build system, 11 21 version 0.13.0. 12 22