From 1f7a8b1bcb876d21c8bc915434f5cdd24565419d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 31 Dec 2025 14:00:15 +0800 Subject: [PATCH] docs: streamline installation instructions by moving script method to Quick Start and clarifying Homebrew header. --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c1ab439..b2c7600 100644 --- a/README.md +++ b/README.md @@ -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