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:
parent
34e2b35486
commit
f6659fcc42
1 changed files with 8 additions and 1 deletions
9
.github/workflows/cli-release.yml
vendored
9
.github/workflows/cli-release.yml
vendored
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue