File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4349Each 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 )
You can’t perform that action at this time.
0 commit comments