Skip to content

Commit 70b6c72

Browse files
committed
fix(pi-bash-bg): correct README install command
1 parent c98b535 commit 70b6c72

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"pi-bash-bg": patch
3+
---
4+
5+
Fix the README install command to use the correct `npm:` package prefix for `pi install`.

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ yarn lint:fix # biome check --write
3434
```
3535

3636
After completing changes, include a changeset file for affected packages (`yarn changeset`). See `DEVELOPMENT.md` for the release workflow.
37+
38+
## Gotchas
39+
40+
- Package README install examples should use `pi install npm:<package-name>` for npm packages.

packages/bash-bg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It can then `cat` the log file or `kill` the PID.
2525
## Install
2626

2727
```bash
28-
pi install pi-bash-bg
28+
pi install npm:pi-bash-bg
2929
```
3030

3131
## How it works

0 commit comments

Comments
 (0)