1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:06:45 +00:00

feat: Add versioned and edge installation support to install.sh and update README, removing old install script options.

This commit is contained in:
Tw93
2025-12-31 11:55:55 +08:00
parent 884a095534
commit 31b8821dfd
2 changed files with 57 additions and 47 deletions

View File

@@ -26,13 +26,7 @@
## Quick Start
**Installation:**
```bash
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
```
Or via Homebrew:
**Installation via Homebrew:**
```bash
brew install mole
@@ -72,6 +66,16 @@ 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