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 <noreply@anthropic.com>
This commit is contained in:
Shekhar Vaidya 2026-07-31 13:14:34 +05:30
parent 34e2b35486
commit f6659fcc42

View file

@ -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
```