1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:04:42 +00:00

docs: simplify script installation instructions

This commit is contained in:
Tw93
2026-01-08 14:53:57 +08:00
parent 952f9c44ac
commit ceed508841

View File

@@ -32,11 +32,14 @@
brew install mole brew install mole
``` ```
**Or via script — for older macOS versions or latest code:** **Or via script:**
```bash ```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 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:** **Run:**