@sellable/install 0.1.31 → 0.1.32
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/sellable-install.mjs +5 -2
- package/package.json +1 -1
package/bin/sellable-install.mjs
CHANGED
|
@@ -1462,9 +1462,12 @@ function printNextSteps(installedHosts) {
|
|
|
1462
1462
|
);
|
|
1463
1463
|
console.log(` Need help?`);
|
|
1464
1464
|
console.log(
|
|
1465
|
-
` Slack:
|
|
1465
|
+
` Slack: ${C.cyan}https://join.slack.com/t/ditttoai/shared_invite/zt-3wvs86yau-csKZGP3iGXO3oEiAUmtH9A${C.reset}`
|
|
1466
|
+
);
|
|
1467
|
+
console.log(` Email: ${C.cyan}admin@dittto.ai${C.reset}`);
|
|
1468
|
+
console.log(
|
|
1469
|
+
` LinkedIn: ${C.cyan}https://www.linkedin.com/in/csreyes92/${C.reset} ${C.grey}(DM Christian directly)${C.reset}`
|
|
1466
1470
|
);
|
|
1467
|
-
console.log(` Email: ${C.cyan}admin@dittto.ai${C.reset}`);
|
|
1468
1471
|
console.log("");
|
|
1469
1472
|
}
|
|
1470
1473
|
|