Add installation instructions to README (#6870)

Marshall Bowers created

This PR adds installation instructions to the README, with a note on
which platforms we currently support.

Release Notes:

- N/A

Change summary

README.md | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

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)