From dfd7f36bd9846f0c79a904199beb8781f336c9ca Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Sat, 11 Jan 2025 13:19:40 -0800 Subject: [PATCH] Update readme Summary: Test Plan: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4828686..f5b5787 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Download from [releases](https://github.com/Flux159/agentic-shell/releases), `ch ## Mac OS X (Apple Silicon/ARM64) ```bash -curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-macos-arm64 -o agish +curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-macos-arm64 -o agish chmod +x agish sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ``` @@ -41,7 +41,7 @@ sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ## Mac OS X (Intel/x64) ```bash -curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-macos-x64 -o agish +curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-macos-x64 -o agish chmod +x agish sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ``` @@ -49,7 +49,7 @@ sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ## Linux (x64) ```bash -curl -L https://github.com/Flux159/agentic-shell/releases/download/v26/agish-linux-x64 -o agish +curl -L https://github.com/Flux159/agentic-shell/releases/download/v1/agish-linux-x64 -o agish chmod +x agish sudo mv agish /usr/local/bin/ # Or move to any other directory in your PATH ```