@mindfoldhq/runtime-manager 0.1.0 → 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 CHANGED
@@ -2,12 +2,8 @@
2
2
 
3
3
  Vine runtime-manager host process.
4
4
 
5
- The package is installed through npm/npx, but the executable runs on Bun. Install
6
- Bun before running the command:
7
-
8
- ```bash
9
- curl -fsSL https://bun.sh/install | bash
10
- ```
5
+ The package is installed through npm/npx and runs on Node.js. No Vine monorepo,
6
+ pnpm workspace, or Bun installation is required for the manager process.
11
7
 
12
8
  Run a manager:
13
9