Skip to content

Commit 5cf2877

Browse files
Update download links to version 0.1.3
1 parent 59275a7 commit 5cf2877

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4040
sudo 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
4646
sudo 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.*

0 commit comments

Comments
 (0)