File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,20 +36,20 @@ Agentic transforms the typical command-response dynamic into true collaboration.
3636
3737** macOS (Intel/Apple Silicon)**
3838``` bash
39- curl -L https://github.com/gitcoder89431/agentic/releases/download/v0.1.2 /agentic-macos.tar.gz | tar xz
39+ curl -L https://github.com/gitcoder89431/agentic/releases/download/v0.1.3 /agentic-macos.tar.gz | tar xz
4040sudo mv agentic /usr/local/bin/
4141```
4242
4343** Linux (x86_64)**
4444``` bash
45- curl -L https://github.com/gitcoder89431/agentic/releases/download/v0.1.2 /agentic-linux.tar.gz | tar xz
45+ curl -L https://github.com/gitcoder89431/agentic/releases/download/v0.1.3 /agentic-linux.tar.gz | tar xz
4646sudo mv agentic /usr/local/bin/
4747```
4848
4949** Windows**
5050``` powershell
5151# Download from releases page and add to PATH
52- # https://github.com/gitcoder89431/agentic/releases/download/v0.1.2 /agentic-windows.zip
52+ # https://github.com/gitcoder89431/agentic/releases/download/v0.1.3 /agentic-windows.zip
5353```
5454
5555### Build from Source
@@ -221,4 +221,4 @@ Built with constitutional Rust patterns and love. Issues and PRs welcome!
221221
222222---
223223
224- * The curiosity machine doesn't just process queries - it awakens wonder.*
224+ * The curiosity machine doesn't just process queries - it awakens wonder.*
You can’t perform that action at this time.
0 commit comments