kk
This commit is contained in:
@@ -1479,17 +1479,10 @@ if (Test-Path (Join-Path $repo 'CLI.py')) {
|
||||
_install_user_shims(repo_root)
|
||||
|
||||
if not args.quiet:
|
||||
print("\n✅ Setup complete!")
|
||||
print()
|
||||
print("The 'mm' command should now work from any terminal.")
|
||||
print("command: mm")
|
||||
print(".config")
|
||||
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
|
||||
|
||||
except subprocess.CalledProcessError as exc:
|
||||
|
||||
Reference in New Issue
Block a user