From 1e958fe9c7d14c2d5322267fb3b4d52cc64ef35a Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Sun, 7 Feb 2021 20:44:21 -0800 Subject: [PATCH] docs: Add link to Windows download --- README.md | 2 ++ docs/overview/install.md | 2 ++ 2 files changed, 4 insertions(+) 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)