@beachviber/agent 1.10.4 → 1.10.6
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 +14 -12
- package/dist/index.js +47 -46
- package/package.json +1 -1
- package/scripts/postinstall.mjs +2 -4
package/package.json
CHANGED
package/scripts/postinstall.mjs
CHANGED
|
@@ -6,10 +6,8 @@ console.log(" \x1b[1mBeach Viber installed!\x1b[0m");
|
|
|
6
6
|
console.log();
|
|
7
7
|
console.log(" To get started, open a terminal and run:");
|
|
8
8
|
console.log();
|
|
9
|
-
console.log(" \x1b[36mcd ~/path/to/your/projects\x1b[0m");
|
|
10
9
|
console.log(" \x1b[36mbeachviber\x1b[0m");
|
|
11
10
|
console.log();
|
|
12
|
-
console.log(" The
|
|
13
|
-
console.log("
|
|
14
|
-
console.log(" automatically and display a QR code to pair with your phone.");
|
|
11
|
+
console.log(" The agent discovers projects from ~/.claude/projects/");
|
|
12
|
+
console.log(" automatically and displays a QR code to pair with your phone.");
|
|
15
13
|
console.log();
|