@goodnesshq/opencode-notification 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/bin/ocn.mjs +4 -4
- package/package.json +1 -1
package/bin/ocn.mjs
CHANGED
|
@@ -71,11 +71,11 @@ async function install() {
|
|
|
71
71
|
console.log(`Installed OpenCode Notifications installer in ${repoName}.`);
|
|
72
72
|
console.log("Next steps:");
|
|
73
73
|
console.log(" 1) Run: node .opencode/notify-init.mjs");
|
|
74
|
-
console.log(" 2) Add the plugin path to ~/.config/opencode/opencode.json");
|
|
75
|
-
console.log("
|
|
74
|
+
console.log(" 2) Add the plugin path to ~/.config/opencode/opencode.json:");
|
|
75
|
+
console.log(" npx @goodnesshq/opencode-notification plugin-path");
|
|
76
76
|
console.log("\nUpdate guidance:");
|
|
77
|
-
console.log(" -
|
|
78
|
-
console.log(" -
|
|
77
|
+
console.log(" - npx @goodnesshq/opencode-notification@latest install");
|
|
78
|
+
console.log(" - npm update -g @goodnesshq/opencode-notification");
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
async function setup() {
|