Skip to content

Commit 862c330

Browse files
authored
Merge pull request #2 from ghstrider/fix/install-url
fix: correct install script URL in README
2 parents 6685e3e + 3d856e7 commit 862c330

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)