@melihmucuk/leash 1.0.9 → 1.0.11

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 CHANGED
@@ -29,6 +29,8 @@ Links:
29
29
 
30
30
  ## Quick Start
31
31
 
32
+ **All platforms except Pi:**
33
+
32
34
  ```bash
33
35
  # Install leash globally
34
36
  npm install -g @melihmucuk/leash
@@ -43,12 +45,17 @@ leash --remove <platform>
43
45
  leash --update
44
46
  ```
45
47
 
46
- | Platform | Command |
47
- | --------------- | --------------------------- |
48
- | OpenCode | `leash --setup opencode` |
49
- | Pi Coding Agent | `leash --setup pi` |
50
- | Claude Code | `leash --setup claude-code` |
51
- | Factory Droid | `leash --setup factory` |
48
+ | Platform | Command |
49
+ | ------------- | --------------------------- |
50
+ | OpenCode | `leash --setup opencode` |
51
+ | Claude Code | `leash --setup claude-code` |
52
+ | Factory Droid | `leash --setup factory` |
53
+
54
+ **Pi Coding Agent:**
55
+
56
+ ```bash
57
+ pi install npm:@melihmucuk/leash
58
+ ```
52
59
 
53
60
  Restart your agent. Done!
54
61