From 735fba8456bf708ccda36a6ae865f25cb0a37b7f Mon Sep 17 00:00:00 2001 From: damachine Date: Tue, 23 Sep 2025 04:16:31 +0200 Subject: [PATCH] Update installation steps in README.md Signed-off-by: damachine --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 114afb6..e9733db 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,10 @@ systemctl enable --now coolerdash.service git clone https://github.com/damachine/coolerdash.git cd coolerdash -# STEP 2: Start CoolerControl daemon if not already running -systemctl enable --now coolercontrold - -# STEP 3: Build and install (auto-detects Linux distribution and installs dependencies) +# STEP 2: Build and install (auto-detects Linux distribution and installs dependencies) make install -# STEP 4: Enable autostart +# STEP 3: Enable autostart systemctl daemon-reload systemctl enable --now coolerdash.service ```