@sma1lboy/kobe 0.8.194 → 0.8.196
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 +1 -1
- package/dist/cli/index.js +338 -338
- package/dist/cli/kobe-run.js +360 -360
- package/dist/cli/kobe.js +1 -1
- package/dist/cli/rove-run.js +360 -360
- package/dist/cli/rove.js +1 -1
- package/package.json +18 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The published Rove CLI and PureTUI package.
|
|
|
5
5
|
Install it any of these ways:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
curl -fsSL https://rove.
|
|
8
|
+
curl -fsSL https://rove.run/install.sh | sh # installs Bun if needed, then Rove
|
|
9
9
|
npm install -g @sma1lboy/rove # npm
|
|
10
10
|
bun install -g @sma1lboy/rove # bun
|
|
11
11
|
npx @sma1lboy/rove # no install
|