@blueprintit/shop-os-install 0.3.2 → 0.3.3
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/shop-os-install.js +1 -1
- package/package.json +1 -1
package/bin/shop-os-install.js
CHANGED
|
@@ -634,7 +634,7 @@ async function main() {
|
|
|
634
634
|
print(` 1. Open the ${cyan("Claude Code")} app you installed (Applications / Start menu)`);
|
|
635
635
|
print(` 2. Pick this folder when it asks which to open:`);
|
|
636
636
|
print(` ${cyan(vaultPath)}`);
|
|
637
|
-
print(` 3.
|
|
637
|
+
print(` 3. Type ${cyan("/os-setup")} to personalize your vault`);
|
|
638
638
|
print(` 4. Walk through the onboarding interview`);
|
|
639
639
|
print("");
|
|
640
640
|
print(` 5. To let your team chat with the vault (read-only),`);
|