From 6184de4bd36d264c1234bff97b5b3e2c554b47c1 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot Date: Wed, 2 Sep 2026 10:43:48 -0500 Subject: [PATCH] README: Point pacman -U example at v0.35.0-2 Docs sync: align README with current install/CLI behavior. Co-authored-by: s1d3sw1ped_bot Co-committed-by: s1d3sw1ped_bot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9a646f..c1145be 100644 --- a/README.md +++ b/README.md @@ -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.