File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed 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
34
34
35
35
## Downloads
36
36
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
+
40
46
41
47
## Tip Releases
42
48
43
49
Each commit is deployed to the [ ` devel ` channel on Equinox] ( https://dl.equinox.io/sqlc/sqlc/devel ) :
44
50
45
51
- [ Linux] ( https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz )
46
52
- [ 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