Skip to content

Commit 4909fe2

Browse files
committed
docs: update install instructions to use pi install
1 parent 6a31210 commit 4909fe2

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,17 @@ Plain-English first, precise meaning after — for readers new to LLM tool-calli
4141
## Install
4242

4343
```bash
44-
ln -s /home/dev/Local/personal/pi-commandcode-conundrum ~/.pi/agent/extensions/pi-repair-layer
44+
pi install npm:@r3b1s/pi-repair-layer
4545
```
4646

47-
pi auto-discovers `~/.pi/agent/extensions/*/index.ts`. Remove the symlink to
48-
uninstall. pi's TUI will show a one-time warning that built-in tools were
49-
overridden — that is this extension working as intended.
47+
Or from git:
48+
49+
```bash
50+
pi install git:github.com/r3b1s/pi-repair-layer
51+
```
52+
53+
pi's TUI will show a one-time warning that built-in tools were overridden —
54+
that is this extension working as intended.
5055

5156
At runtime pi's extension loader aliases `@earendil-works/pi-coding-agent` and
5257
`typebox` to the running instance's own modules, so the extension always binds

0 commit comments

Comments
 (0)