Skip to content

Commit 71261c6

Browse files
authored
docs: pi & createos cli
Removed installation instructions for the Pi coding agent and simplified setup instructions.
1 parent d64175a commit 71261c6

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

packages/pi-extension/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22

33
Pi coding agent extension that runs all tool calls inside a remote [CreateOS Sandbox](https://nodeops.network/createos) while the agent runs locally.
44

5-
## Install
6-
7-
```bash
8-
npm install -g @earendil-works/pi-coding-agent
9-
pi install npm:@createos/pi
10-
```
11-
125
## Setup
136

14-
Just have the CreateOS CLI installed and logged in:
15-
167
```bash
8+
curl -sfL https://raw.githubusercontent.com/NodeOps-app/createos-cli/main/install.sh | sh -
9+
pi install git:github.com/NodeOps-app/createos-claude-plugins
1710
createos login
1811
```
1912

0 commit comments

Comments
 (0)