From bb5a8a67f4caf480cae6ae776c06adce745369cf Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 30 Oct 2025 21:45:21 -0700 Subject: [PATCH] Update download link for slack-cli to v0.0.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6781f9a..f95395b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It's aimed at coding agents with a very simple interface, and is not intended to Download the binary for your platform from the release page: ```bash -sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.10/slack_v0.0.10_linux_arm64 +sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.11/slack_v0.0.11_linux_arm64 sudo chmod +x /usr/local/bin/slack ```