From 2beef15816e0217ae54f1a7b5d3f62747fe5486f Mon Sep 17 00:00:00 2001 From: Jakub Papuga Date: Wed, 19 Jun 2024 12:18:32 +0200 Subject: [PATCH] Add pre-install instructions for Arch Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f58ebc4..7842f983 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,18 @@ The inspiration for Gogh came from the clean and minimalistic design of Elementa In your terminal type: +Debian/Ubuntu + ```bash sudo apt-get install dconf-cli uuid-runtime ``` +Arch Linux + +```bash +sudo pacman -S dconf util-linux-libs +``` + You can now install in interactive mode (easy) or non-interactive mode (ideal for scripting) ## 📦 **Install**