From 01aa7688c5fb72377067e2b7134022883e94ba8a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 6 May 2024 11:01:00 -0400 Subject: [PATCH] docs: Update system requirements to note Linux and Windows can be built from source. (#11438) This PR updates the system requirements in the docs to note that Linux and Windows can be built from source. This matches the messaging we have in place on the [download page](https://zed.dev/download). Release Notes: - N/A --- docs/src/system-requirements.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/src/system-requirements.md b/docs/src/system-requirements.md index c54d46206173f07ca1f766d62219975345c69409..5d7731af756acfde33d69eb3cf551d39e45ffc35 100644 --- a/docs/src/system-requirements.md +++ b/docs/src/system-requirements.md @@ -6,6 +6,14 @@ Supported versions: Catalina (10.15) - Sonoma (14.x). > The implementation of our screen sharing feature makes use of [LiveKit](https://livekit.io). The LiveKit SDK requires macOS Catalina (10.15); consequently, in v0.62.4, we dropped support for earlier macOS versions that we were initially supporting. -## Linux, Windows, and Web +## Linux -_Not supported at this time. See our_ [_Platform Support_](https://github.com/zed-industries/zed/issues/5391) _issue._ +Not yet available as an official download. Can be built [from source](./development/linux.md). + +## Windows + +Not yet available as an official download. Can be built [from source](./development/windows.md). + +## Web + +Not supported at this time. See our [Platform Support issue](https://github.com/zed-industries/zed/issues/5391).