diff --git a/README.md b/README.md index f0b8fb6..c23d45a 100644 --- a/README.md +++ b/README.md @@ -186,13 +186,7 @@ curl -fsSL https://raw.githubusercontent.com/tw93/Mole/main/scripts/setup-quick- Adds 5 commands: `clean`, `uninstall`, `optimize`, `analyze`, `status`. Auto-detects your terminal or set `MO_LAUNCHER_APP=` to override. -**Reload Raycast scripts after installation:** - -1. Open Raycast (⌘ Space) -2. Search for "Reload Script Directories" -3. Press Enter to activate new commands - -Alternatively, restart Raycast to load the new scripts. +Reload Raycast scripts by opening Raycast with ⌘ Space, running Reload Script Directories, or simply restarting Raycast. ## Support diff --git a/scripts/setup-quick-launchers.sh b/scripts/setup-quick-launchers.sh index 245a6ae..82e72ed 100755 --- a/scripts/setup-quick-launchers.sh +++ b/scripts/setup-quick-launchers.sh @@ -408,7 +408,6 @@ main() { echo " • optimize - System health & tuning" echo " • analyze - Disk space explorer" echo " • status - Live system monitor" - echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" echo "" }