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.
36
36
37
37
** macOS (Intel/Apple Silicon)**
38
38
``` 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
40
40
sudo mv agentic /usr/local/bin/
41
41
```
42
42
43
43
** Linux (x86_64)**
44
44
``` 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
46
46
sudo mv agentic /usr/local/bin/
47
47
```
48
48
49
49
** Windows**
50
50
``` powershell
51
51
# 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
53
53
```
54
54
55
55
### Build from Source
@@ -221,4 +221,4 @@ Built with constitutional Rust patterns and love. Issues and PRs welcome!
221
221
222
222
---
223
223
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