From 2c30b8836e128f375a9553d333635101157a45e6 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Tue, 9 Jul 2024 12:46:46 -0700 Subject: [PATCH] Update README.md --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 487ff4031c..8ac5504e2a 100644 --- a/README.md +++ b/README.md @@ -6,27 +6,18 @@ Welcome to Zed, a high-performance, multiplayer code editor from the creators of ## Installation -You can [download](https://zed.dev/download) Zed today for macOS (v10.15+) and most Linux installations. -Support for additional platforms is on our [roadmap](https://zed.dev/roadmap): + + Packaging status + + +You can [download or install](https://zed.dev/download) Zed directly today for macOS and Linux, or use your [local package manager](https://zed.dev/docs/linux#installing-via-a-package-manager) + +Other platforms are not yet available: - Windows ([tracking issue](https://github.com/zed-industries/zed/issues/5394)) - Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396)) -For macOS users, you can also install Zed using [Homebrew](https://brew.sh/): - -```sh -brew install --cask zed -``` - -Alternatively, to install the Preview release: - -```sh -brew install --cask zed@preview -``` - -For Linux users, [other installation options are available](https://zed.dev/docs/linux#other-ways-to-install-zed-on-linux) depending on your package manager. - ## Developing Zed - [Building Zed for macOS](./docs/src/development/macos.md)