diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index becbffb..c637af3 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -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 }} @@ -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 \ No newline at end of file + echo "🔗 **View Workflow Logs**: [Actions Link](https://github.com/${{ github.repository }}/actions)" >> $GITHUB_STEP_SUMMARY