README: Point pacman -U example at v0.35.0-2

Release install snippet still showed v0.30.0-1 after the desktop-shim
pkgrel bump; align with the current Gitea release asset name.
This commit is contained in:
s1d3sw1ped_bot
2026-09-02 15:41:21 +00:00
parent 4b2bc70766
commit f55281a9ab
+2 -2
View File
@@ -31,8 +31,8 @@ makepkg -si
When CI has published a `.pkg.tar.zst` on the [Releases](https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases) page:
```bash
curl -LO 'https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases/download/v0.30.0/grok-bot-bin-0.30.0-1-x86_64.pkg.tar.zst'
sudo pacman -U grok-bot-bin-0.30.0-1-x86_64.pkg.tar.zst
curl -LO 'https://git.s1d3sw1ped.com/s1d3sw1ped/grok-bot-bin/releases/download/v0.35.0-2/grok-bot-bin-0.35.0-2-x86_64.pkg.tar.zst'
sudo pacman -U grok-bot-bin-0.35.0-2-x86_64.pkg.tar.zst
```
Download first, then `pacman -U` the local file (`LocalFileSigLevel = Optional`). Do not pass the remote URL straight to pacman if signatures are required.