From f6659fcc42adef041c1b9b34de6188053debdc4b Mon Sep 17 00:00:00 2001 From: Shekhar Vaidya Date: Fri, 31 Jul 2026 13:14:34 +0530 Subject: [PATCH] docs(ci): add AUR install method to release notes template Now that msdl-bin is actually published on AUR, future releases' auto-generated "What's New" -> Install section should mention it too, matching what's already in README.md. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/cli-release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 6df20dc..058b6be 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -74,7 +74,14 @@ jobs: ``` (formula is `msdl-cli`, not `msdl` -- homebrew/core has an unrelated package named `msdl`; the installed command is still just `msdl`) - **macOS/Linux (no Homebrew):** + **Arch Linux (AUR):** + ```bash + yay -S msdl-bin + # or: paru -S msdl-bin + ``` + [aur.archlinux.org/packages/msdl-bin](https://aur.archlinux.org/packages/msdl-bin) + + **macOS/Linux (no Homebrew/AUR):** ```bash curl -fsSL https://api.msdl.tech-latest.com/install.sh | bash ```