From 04a74a334944309a0fbfb917d0135b1078808d18 Mon Sep 17 00:00:00 2001 From: damachine Date: Sat, 20 Sep 2025 16:32:25 +0200 Subject: [PATCH] docs: Delete 'AUR no helper' install instructions from README Removed manual AUR installation instructions for CoolerDash. --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 2e53a2e..fa28a32 100644 --- a/README.md +++ b/README.md @@ -74,25 +74,6 @@ systemctl daemon-reload systemctl enable --now coolerdash.service ``` -- Manual AUR install (no AUR helper): -```bash -# STEP 1: Clone repository -git clone https://aur.archlinux.org/coolerdash-git.git -cd coolerdash-git -makepkg -si - -# STEP 2: Start CoolerControl daemon if not already running -systemctl start coolercontrold - -# STEP 4: Enable autostart and start CoolerDash -systemctl daemon-reload -systemctl enable --now coolerdash.service - -# STEP 5: (optional) Check CoolerDash service status -systemctl status coolerdash.service -journalctl -u coolerdash.service -``` - #### All Distributions (Manual Installation) ```bash