@command-center/command-center 0.1.1 → 0.1.2
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 +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,3 @@ After updating, run `command-center --version` to verify the new binary.
|
|
|
47
47
|
- **“Expected binary … was not found”** – Reinstall the package. If you are working from a git checkout, run `bun run build:binary` before linking with `npm link`.
|
|
48
48
|
- **Permission errors** – On POSIX systems, ensure the binaries in `dist/` remain executable (`chmod +x dist/command-center-*`).
|
|
49
49
|
|
|
50
|
-
## Developing From Source
|
|
51
|
-
|
|
52
|
-
The npm package does not include development tooling or source code. To contribute or build your own binaries, clone the repository and follow the instructions in `README.dev.md`.
|
|
53
|
-
|