From 0885ce0ff00429b3abf9ee89cd4170df7aa47ce9 Mon Sep 17 00:00:00 2001 From: Julian wogersien <31437161+coolian1337@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:18:08 +0100 Subject: [PATCH] docs: Added arch dependency instructions (#84) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b9f79e8..b845ec9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ Alpine: apk add libxcb libxrandr dbus ``` +ArchLinux: + +```sh +pacman -S libxcb libxrandr dbus +``` + ## License This project is licensed under the Apache License. See the [LICENSE](LICENSE) file for details.