From ba575575803dc57f65e57ed7064b1f3e36028e35 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 22 Apr 2024 09:07:33 +0100 Subject: [PATCH 1/2] chore(docs): add note regarding vcredist for embedded postgres --- docs/install/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/index.md b/docs/install/index.md index 69fb818f31115..fc5b8b200f868 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -24,6 +24,9 @@ alternate installation methods (e.g. standalone binaries, system packages). ## Windows +> **Important:** If you plan to use the built-in PostgreSQL database, you will need to ensure that the +> [Visual C++ Runtime](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) is installed. + Use [GitHub releases](https://github.com/coder/coder/releases) to download the Windows installer (`.msi`) or standalone binary (`.exe`). From f8b287c709c4f7634979cd46c55eab6592c7edb7 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Fri, 26 Apr 2024 09:52:17 +0100 Subject: [PATCH 2/2] make fmt --- docs/install/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index fc5b8b200f868..a60409924b1b2 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -24,8 +24,10 @@ alternate installation methods (e.g. standalone binaries, system packages). ## Windows -> **Important:** If you plan to use the built-in PostgreSQL database, you will need to ensure that the -> [Visual C++ Runtime](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) is installed. +> **Important:** If you plan to use the built-in PostgreSQL database, you will +> need to ensure that the +> [Visual C++ Runtime](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) +> is installed. Use [GitHub releases](https://github.com/coder/coder/releases) to download the Windows installer (`.msi`) or standalone binary (`.exe`).