There was an error while loading. Please reload this page.
1 parent d64175a commit 71261c6Copy full SHA for 71261c6
1 file changed
packages/pi-extension/README.md
@@ -2,18 +2,11 @@
2
3
Pi coding agent extension that runs all tool calls inside a remote [CreateOS Sandbox](https://nodeops.network/createos) while the agent runs locally.
4
5
-## Install
6
-
7
-```bash
8
-npm install -g @earendil-works/pi-coding-agent
9
-pi install npm:@createos/pi
10
-```
11
12
## Setup
13
14
-Just have the CreateOS CLI installed and logged in:
15
16
```bash
+curl -sfL https://raw.githubusercontent.com/NodeOps-app/createos-cli/main/install.sh | sh -
+pi install git:github.com/NodeOps-app/createos-claude-plugins
17
createos login
18
```
19
0 commit comments