From f301c671aef8687b71d0f1670746e357d8691396 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 8 Jan 2026 14:58:36 +0800 Subject: [PATCH] Improve the document --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 65e311c..547a308 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,8 @@ brew install mole **Or via script:** ```bash -# Default install +# Optional args: -s latest for main branch code, -s 1.17.0 for specific version 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:**