kk
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user