📚 docs: Update development instructions for pnpm

This commit is contained in:
2026-07-21 02:46:25 +07:00
parent 35a3f5916e
commit eac07fb68e
2 changed files with 5 additions and 18 deletions
+5 -4
View File
@@ -16,20 +16,21 @@ Unofficial CLI for managing beambox e-Badge devices over Bluetooth LE.
## Development
Requirements:
- Bun
- NodeJS
- pnpm
- Bluetooth LE access on your system
Run in development mode:
```sh
bun run dev
pnpm run dev
```
Build and run the CLI:
```sh
bun run build
bun run start
pnpm run build
pnpm run start
```
## Legal