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
This commit is contained in:
Marshall Bowers 2024-01-27 09:54:13 -05:00 committed by GitHub
parent bd39258fc7
commit 1564bd82f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)