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:
19
README.md
19
README.md
@@ -26,12 +26,19 @@
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
**Installation via Homebrew:**
|
**Homebrew, recommended:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install mole
|
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:**
|
**Run:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -66,16 +73,6 @@ mo purge --paths # Configure project scan directories
|
|||||||
- **Navigation**: Supports standard arrow keys and Vim bindings (`h/j/k/l`).
|
- **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`).
|
- **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
|
## Features in Detail
|
||||||
|
|
||||||
### Deep System Cleanup
|
### Deep System Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user