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:
@@ -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:**
|
||||||
|
|||||||
Reference in New Issue
Block a user