From afbf527aa238094a17dccf354489f1bd1a9afe03 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sat, 17 May 2025 09:01:46 +0200 Subject: [PATCH] Remove Repology badge from README (#30857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR removes the Repology badge from the README. At time of writing, the majority of the packages listed here are woefully out of date: Screenshot 2025-05-17 at 8 44 16 AM This isn't a good look for someone coming to the Zed repository for the first time. I've added a link to the Repology list in the "Linux" section of the docs for people who are interested in checking the packaging status in various repos. Release Notes: - N/A --- README.md | 4 ---- docs/src/linux.md | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d483af0a8..4c794efc3d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Welcome to Zed, a high-performance, multiplayer code editor from the creators of ### Installation - - Packaging status - - On macOS and Linux you can [download Zed directly](https://zed.dev/download) or [install Zed via your local package manager](https://zed.dev/docs/linux#installing-via-a-package-manager). Other platforms are not yet available: diff --git a/docs/src/linux.md b/docs/src/linux.md index 6bc1e28c41..804eba4a72 100644 --- a/docs/src/linux.md +++ b/docs/src/linux.md @@ -49,7 +49,8 @@ There are several third-party Zed packages for various Linux distributions and p - ALT Linux (Sisyphus): [`zed`](https://packages.altlinux.org/en/sisyphus/srpms/zed/) - AOSC OS: [`zed`](https://packages.aosc.io/packages/zed) - openSUSE Tumbleweed: [`zed`](https://en.opensuse.org/Zed) -- Please add others to this list! + +See [Repology](https://repology.org/project/zed-editor/versions) for a list of Zed packages in various repositories. When installing a third-party package please be aware that it may not be completely up to date and may be slightly different from the Zed we package (a common change is to rename the binary to `zedit` or `zeditor` to avoid conflicting with other packages).