Update README.md

This commit is contained in:
Mikayla Maki 2024-07-09 12:46:46 -07:00 committed by GitHub
parent 0d527dfb9e
commit 2c30b8836e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):
<a href="https://repology.org/project/zed-editor/versions">
<img src="https://repology.org/badge/vertical-allrepos/zed-editor.svg" alt="Packaging status" align="right">
</a>
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)