From a1bc350db9dca970ba14bdafce5818ce5031da95 Mon Sep 17 00:00:00 2001 From: Julian wogersien <31437161+coolian1337@users.noreply.github.com> Date: Sat, 11 Nov 2023 15:51:59 +0100 Subject: [PATCH] Added arch dependency instructions --- 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.