From 4f8ae13043d6a7be1e1ee17af2902c56f01dcab6 Mon Sep 17 00:00:00 2001 From: skullcrushercmd Date: Mon, 18 Mar 2024 14:04:09 -0400 Subject: [PATCH] Update developing_zed__building_zed_windows.md (#9477) Release Notes: - N/A --- docs/src/developing_zed__building_zed_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing_zed__building_zed_windows.md b/docs/src/developing_zed__building_zed_windows.md index a40b37e68d8c3c327eb3e18c30941a56b7c4e488..37e3e2e83429678e5146aea4e7ca06b74211fdae 100644 --- a/docs/src/developing_zed__building_zed_windows.md +++ b/docs/src/developing_zed__building_zed_windows.md @@ -37,7 +37,7 @@ git submodule update --init --recursive If you are developing collaborative features of Zed, you'll need to install the dependencies of zed's `collab` server: -- Install [Postgres](https://www.postgresql.org/download/linux/) +- Install [Postgres](https://www.postgresql.org/download/windows/) - Install [Livekit](https://github.com/livekit/livekit-cli) and [Foreman](https://theforeman.org/manuals/3.9/quickstart_guide.html) Alternatively, if you have [Docker](https://www.docker.com/) installed you can bring up all the `collab` dependencies using Docker Compose: