From 1564bd82f25c3cef74da581489c31389810d39f7 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sat, 27 Jan 2024 09:54:13 -0500 Subject: [PATCH] Add installation instructions to README (#6870) This PR adds installation instructions to the README, with a note on which platforms we currently support. Release Notes: - N/A --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index aa325db454..b2c1f43797 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Welcome to Zed, a high-performance, multiplayer code editor from the creators of [Atom](https://github.com/atom/atom) and [Tree-sitter](https://github.com/tree-sitter/tree-sitter). +## Installation + +You can [download](https://zed.dev/download) Zed today for macOS (v10.15+). + +Support for additional platforms is on our [roadmap](https://zed.dev/roadmap): + +- Linux ([tracking issue](https://github.com/zed-industries/zed/issues/5395)) +- Windows ([tracking issue](https://github.com/zed-industries/zed/issues/5394)) +- Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396)) + ## Developing Zed - [Building Zed](./docs/src/developing_zed__building_zed.md)