Skip to content

Commit d1a6582

Browse files
committed
docs: fix stale install URL in getting started
- Replace the placeholder siphon.dev/install.sh with the raw-GitHub install URL used everywhere else (README, site). The docs site renders this file, so the live install command was wrong; this aligns it with the shipped v1.0.0 release.
1 parent 48e51f7 commit d1a6582

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/GETTING_STARTED.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ them — `pg_dump`/`pg_restore`, `mysqldump`/`mysql`, or `mariadb-dump`/`mariadb
1818
## Install
1919

2020
```bash
21-
curl -fsSL https://siphon.dev/install.sh | sh # Linux / macOS
22-
brew install nixrajput/siphon/siphon # Homebrew
23-
scoop install siphon # Scoop (Windows)
21+
# Linux / macOS
22+
curl -fsSL https://raw.githubusercontent.com/nixrajput/siphon/main/scripts/install.sh | sh
23+
24+
brew install nixrajput/siphon/siphon # Homebrew
25+
scoop install siphon # Scoop (Windows)
2426
```
2527

2628
Confirm it's on your `PATH`:

0 commit comments

Comments
 (0)