Skip to content

Commit 3d856e7

Browse files
committed
Fix the wrong url to install readme
1 parent 6685e3e commit 3d856e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ picoclaw agent -m "What is photosynthesis?"
117117
### Or install everything in one line
118118

119119
```bash
120-
curl -sSL https://raw.githubusercontent.com/picolm/picolm/main/install.sh | bash
120+
curl -sSL https://raw.githubusercontent.com/RightNow-AI/picolm/main/install.sh | bash
121121
```
122122

123123
### Performance on real hardware
@@ -201,7 +201,7 @@ The model file (638MB) stays on disk. PicoLM **memory-maps** it and streams one
201201
### One-liner install (Raspberry Pi / Linux)
202202

203203
```bash
204-
curl -sSL https://raw.githubusercontent.com/picolm/picolm/main/install.sh | bash
204+
curl -sSL https://raw.githubusercontent.com/RightNow-AI/picolm/main/install.sh | bash
205205
```
206206

207207
This will:

0 commit comments

Comments
 (0)