clsh-dev 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/dist/setup.js +1 -1
- package/package.json +1 -1
package/dist/setup.js
CHANGED
|
@@ -67,7 +67,7 @@ export async function runSetup() {
|
|
|
67
67
|
console.log(` Saved to ${CONFIG_PATH}`);
|
|
68
68
|
}
|
|
69
69
|
console.log(`
|
|
70
|
-
Done! Run \`npx clsh\` to start with your permanent ngrok URL.
|
|
70
|
+
Done! Run \`npx clsh-dev\` to start with your permanent ngrok URL.
|
|
71
71
|
Guide: https://github.com/my-claude-utils/clsh/blob/main/docs/ngrok-setup.md
|
|
72
72
|
`);
|
|
73
73
|
rl.close();
|