From 3e495f050a2f5360911066b69e903606bf139129 Mon Sep 17 00:00:00 2001 From: damachine Date: Mon, 8 Sep 2025 09:42:32 +0200 Subject: [PATCH] README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c3ad7..69ec97e 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,10 @@ Special thanks to @codifryed, the developer of CoolerControl! - Using an AUR helper (recommended): ```bash +# STEP 1: Install yay -S coolerdash-git -# Enable CoolerDash (after install or update) +# STEP 2: Enable ans start CoolerDash (after install or update) systemctl daemon-reload systemctl enable --now coolerdash.service ```