From ceed508841b2e2b98c3d5b964e059482b8d93178 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 8 Jan 2026 14:53:57 +0800 Subject: [PATCH] docs: simplify script installation instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4f350a..65e311c 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,14 @@ brew install mole ``` -**Or via script — for older macOS versions or latest code:** +**Or via script:** ```bash -# Add '-s latest' for the latest, '-s dev' for development, or '-s 1.17.0' for a specific version. +# Default install curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash + +# Install specific version (e.g. 1.17.0 or dev) +curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash -s 1.17.0 ``` **Run:**