Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down