From 9b07aa689460e6017e06caa46fa5a089cbec741c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 May 2021 17:42:29 +0530 Subject: [PATCH] Simplify Quickstart section by delegating repo link to repology.org Also add a warning about some Linux distros with outdated packages. --- docs/index.rst | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f4d1c110a..b25850af9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -61,21 +61,17 @@ Quickstart -------------- Pre-built binaries of |kitty| are available for both macOS and Linux. -See the :doc:`binary install instructions `. You can +See the :doc:`binary install instructions `. You can also :doc:`build from source `. -You can also use your favorite package manager to install the |kitty| package. -|kitty| packages are available for: -`macOS with Homebrew (Cask) `_, -`macOS and Linux with Nix `_, -`Ubuntu `_, -`Debian `_, -`openSUSE `_, -`Arch Linux `_, -`Gentoo `_, -`Fedora `_, -`Void Linux `_, -and `Solus `_. +Additionally, you can use your favorite package manager to install the |kitty| +package, but note that some Linux distribution packages are woefully outdated. +|kitty| is available in a vast number of package repositories for macOS +and Linux. + +.. image:: https://repology.org/badge/tiny-repos/kitty.svg + :target: https://repology.org/project/kitty/versions + :alt: Number of reporsitories kitty is available in See :doc:`Configuring kitty ` for help on configuring |kitty| and :doc:`Invocation ` for the command line arguments |kitty| supports.