diff --git a/README.md b/README.md index 70ce0bf6f8..854ed24dc4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Check out [an interactive example](https://play.sqlc.dev/) to see it in action. - [Installation](https://docs.sqlc.dev/en/latest/overview/install.html) - [Playground](https://play.sqlc.dev) - [Website](https://sqlc.dev) +- [Downloads](https://downloads.sqlc.dev/) ## Sponsors diff --git a/docs/overview/install.md b/docs/overview/install.md index 39b75be381..4481d63e65 100644 --- a/docs/overview/install.md +++ b/docs/overview/install.md @@ -53,3 +53,5 @@ Get pre-built binaries for *v1.14.0*: - [Linux](https://github.com/kyleconroy/sqlc/releases/download/v1.14.0/sqlc_1.14.0_linux_amd64.tar.gz) - [macOS](https://github.com/kyleconroy/sqlc/releases/download/v1.14.0/sqlc_1.14.0_darwin_amd64.zip) - [Windows (MySQL only)](https://github.com/kyleconroy/sqlc/releases/download/v1.14.0/sqlc_1.14.0_windows_amd64.zip) + +See [downloads.sqlc.dev](https://downloads.sqlc.dev/) for older versions.