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
15 changes: 9 additions & 6 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,18 @@ jobs:

[![AUR](https://img.shields.io/aur/version/coolerdash-git?color=blue&label=AUR)](https://aur.archlinux.org/packages/coolerdash-git)

### Changes
### Changes:
- Version updated to ${{ steps.version.outputs.version }}

### Installation
### Installation:
```bash
# Install from AUR
# STEP 1: Using an AUR helper and install
yay -S coolerdash-git
# or
paru -S coolerdash-git
#OR any other AUR helper

# STEP 2: Enable/Start CoolerDash (after install or update)
systemctl daemon-reload
systemctl enable --now coolerdash.service
```
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -197,4 +200,4 @@ jobs:
echo "📦 **User Installation**: Users can install via \`yay -S coolerdash-git\` or \`paru -S coolerdash-git\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Release**: [GitHub Release Link](https://github.com/${{ github.repository }}/releases)" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Workflow Logs**: [Actions Link](https://github.com/${{ github.repository }}/actions)" >> $GITHUB_STEP_SUMMARY
echo "🔗 **View Workflow Logs**: [Actions Link](https://github.com/${{ github.repository }}/actions)" >> $GITHUB_STEP_SUMMARY