pi-extended-teams 2.1.16 → 2.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,13 @@ Read agents are the default. Edit agents are opt-in and should own isolated file
|
|
|
10
10
|
|
|
11
11
|
## Install and run
|
|
12
12
|
|
|
13
|
-
Install from
|
|
13
|
+
Install from npm:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
pi install npm:pi-extended-teams
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Or install directly from GitHub:
|
|
14
20
|
|
|
15
21
|
```bash
|
|
16
22
|
pi install git:github.com/dantetekanem/pi-extended-teams
|