Ensure people who hit /linux directly have the right instructions (#13959)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-07-08 21:43:12 -06:00 committed by GitHub
parent 05e2e4d929
commit 5c95d2806b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 10 deletions

View file

@ -6,11 +6,10 @@ 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+).
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):
- Linux ([tracking issue](https://github.com/zed-industries/zed/issues/7015))
- Windows ([tracking issue](https://github.com/zed-industries/zed/issues/5394))
- Web ([tracking issue](https://github.com/zed-industries/zed/issues/5396))
@ -26,6 +25,8 @@ Alternatively, to install the Preview release:
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)