This commit is contained in:
2026-01-12 16:26:30 -08:00
parent a8c8d08609
commit e45138568f

View File

@@ -1479,17 +1479,10 @@ if (Test-Path (Join-Path $repo 'CLI.py')) {
_install_user_shims(repo_root) _install_user_shims(repo_root)
if not args.quiet: if not args.quiet:
print("\n✅ Setup complete!")
print() print()
print("The 'mm' command should now work from any terminal.") print("command: mm")
print(".config")
print() print()
print("Verify the installation:")
print(" python scripts/bootstrap.py --check-install")
print()
print("Then run the app:")
print(" mm --help")
print()
print("💡 If 'mm' is not recognized, close and reopen your terminal.")
return 0 return 0
except subprocess.CalledProcessError as exc: except subprocess.CalledProcessError as exc: