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