Update README.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
zenchantlive 2026-03-05 17:40:49 -08:00 committed by GitHub
parent 457d819204
commit 09f407e3db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -277,6 +277,13 @@ npm install -g .
This makes `beadboard` and `bd` commands available globally.
**Alternative: Platform-specific wrappers**
If you prefer not to install globally via npm, you can use the platform-specific wrappers.
POSIX (Linux/macOS):
```bash
bash ./install/install.sh
### Development Setup
```bash