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:
18
README.md
18
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user