1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

docs: streamline installation instructions by moving script method to Quick Start and clarifying Homebrew header.

This commit is contained in:
Tw93
2025-12-31 14:00:15 +08:00
parent 01eff633e8
commit 1f7a8b1bcb

View File

@@ -26,12 +26,19 @@
## Quick Start
**Installation via Homebrew:**
**Homebrew, recommended:**
```bash
brew install mole
```
**or Script:**
```bash
# Append '-s latest' for latest code or '-s 1.17.0' for specific version
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
```
**Run:**
```bash
@@ -66,16 +73,6 @@ mo purge --paths # Configure project scan directories
- **Navigation**: Supports standard arrow keys and Vim bindings (`h/j/k/l`).
- **Debug**: View detailed logs by appending the `--debug` flag (e.g., `mo clean --debug`).
## Manual Installation
```bash
# Latest code main branch
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s latest
# Specific version see releases for available versions
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s 1.17.0
```
## Features in Detail
### Deep System Cleanup