From e45138568febb5c73960235877d71ef6e32232f7 Mon Sep 17 00:00:00 2001 From: Nose Date: Mon, 12 Jan 2026 16:26:30 -0800 Subject: [PATCH] kk --- scripts/bootstrap.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/scripts/bootstrap.py b/scripts/bootstrap.py index 9fe483d..2a7dc9c 100644 --- a/scripts/bootstrap.py +++ b/scripts/bootstrap.py @@ -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: