mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 13:16:47 +00:00
📝 Supplementary brew
This commit is contained in:
13
README.md
13
README.md
@@ -17,6 +17,12 @@
|
||||
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
|
||||
```
|
||||
|
||||
Or via Homebrew:
|
||||
|
||||
```bash
|
||||
brew install tw93/tap/mole
|
||||
```
|
||||
|
||||
> 📖 **不会用终端?** 查看 [小白使用指南](./GUIDE.md) 了解详细的教程
|
||||
|
||||
## Usage
|
||||
@@ -26,10 +32,15 @@ mole # Interactive main menu
|
||||
mole clean # Deep system cleanup
|
||||
mole clean --dry-run # Preview cleanup (no deletions)
|
||||
mole uninstall # Interactive app uninstaller
|
||||
mole update # Update Mole to the latest version
|
||||
mole --help # Show help
|
||||
```
|
||||
|
||||
**Update:**
|
||||
```bash
|
||||
brew upgrade mole # If installed via Homebrew
|
||||
mole update # If installed manually
|
||||
```
|
||||
|
||||
**Navigation:** Use arrow keys (↑/↓), Space to select, Enter to confirm, Q to quit or Ctrl+C to force exit.
|
||||
|
||||
## Examples
|
||||
|
||||
Reference in New Issue
Block a user