diff --git a/README.md b/README.md index b4bffa25d8..3dd27a150f 100644 --- a/README.md +++ b/README.md @@ -427,8 +427,10 @@ release](https://github.com/kyleconroy/sqlc/releases). ### Tip Releases Each commit is deployed to the [`devel` channel on Equinox](https://dl.equinox.io/sqlc/sqlc/devel): + - [Linux](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz) - [macOS](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-darwin-amd64.zip) +- [Windows](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-windows-amd64.zip) ## Other Databases and Languages diff --git a/docs/overview/install.md b/docs/overview/install.md index 0d677ffb59..05bcc6f5a1 100644 --- a/docs/overview/install.md +++ b/docs/overview/install.md @@ -41,5 +41,7 @@ release](https://github.com/kyleconroy/sqlc/releases). ## Tip Releases Each commit is deployed to the [`devel` channel on Equinox](https://dl.equinox.io/sqlc/sqlc/devel): + - [Linux](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-linux-amd64.tgz) - [macOS](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-darwin-amd64.zip) +- [Windows](https://bin.equinox.io/c/gvM95th6ps1/sqlc-devel-windows-amd64.zip)