From e5b55cd9a372931e9a5760b184d49d8e97b520ae Mon Sep 17 00:00:00 2001 From: Andrew Sebastian Gunawan <38881000+ndrew222@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:28:57 +0800 Subject: [PATCH] Fix broken install command for POSIX systems Update installation instructions for downloading sn-cli. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 322f5c4..a568196 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ **Download the latest release:** ```bash # macOS/Linux -curl -L https://github.com/jonhadfield/sn-cli/releases/latest/download/sncli_$(uname -s)_$(uname -m) -o sn -chmod +x sn && sudo mv sn /usr/local/bin/ +curl -L https://github.com/jonhadfield/sn-cli/releases/latest/download/sn-cli_$(uname -s)_$(uname -m).tar.gz -o sn.tar.gz +tar -xvK sn -f sn-cli_$(uname -s)_$(uname -m).tar.gz && sudo mv sn /usr/local/bin/ # Or via direct download # Visit: https://github.com/jonhadfield/sn-cli/releases