Skip to content

Commit b97a066

Browse files
authored
Update download links to use GitHub (#916)
1 parent 98aea27 commit b97a066

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/overview/install.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,20 @@ docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate
3434

3535
## Downloads
3636

37-
Binaries for a given release can be downloaded from the [stable channel on
38-
Equinox](https://dl.equinox.io/sqlc/sqlc/stable) or the latest [GitHub
39-
release](https://github.com/kyleconroy/sqlc/releases).
37+
Get pre-built binaries for *v1.7.0*:
38+
39+
- [Linux](https://github.com/kyleconroy/sqlc/releases/download/v1.7.0/sqlc-v1.7.0-linux-amd64.tar.gz)
40+
- [macOS](https://github.com/kyleconroy/sqlc/releases/download/v1.7.0/sqlc-v1.7.0-darwin-amd64.zip)
41+
- [Windows (MySQL only)](https://github.com/kyleconroy/sqlc/releases/download/v1.7.0/sqlc-v1.7.0-windows-amd64.zip)
42+
43+
Binaries for a specific release can be downloaded on
44+
[GitHub](https://github.com/kyleconroy/sqlc/releases).
45+
4046

4147
## Tip Releases
4248

4349
Each commit is deployed to the [`devel` channel on Equinox](https://dl.equinox.io/sqlc/sqlc/devel):
4450

4551
- [Linux](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz)
4652
- [macOS](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-darwin-amd64.zip)
47-
- [Windows](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-windows-amd64.zip)
53+
- [Windows (MySQL only)](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-windows-amd64.zip)

0 commit comments

Comments
 (0)