From 6816891cf1ca88696b743e95a2654c9983ec9ec0 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sun, 12 Sep 2021 00:13:51 +0100 Subject: [PATCH] Update Debian installation instructions (#2499) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 568f91b5..703a2ac5 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,10 @@ Also click the [image on the right](https://repology.org/project/polybar/versions) to see a more complete list of available polybar packages. -If you are using **Debian** (unstable or testing), you can install [polybar](https://tracker.debian.org/pkg/polybar) using `sudo apt install polybar`. -If you are using **Debian** (buster/stable), you need to enable [backports](https://wiki.debian.org/Backports) and then install using `sudo apt -t buster-backports install polybar`. +If you are using **Debian** (bullseye/11/stable) or later, you can install [polybar](https://tracker.debian.org/pkg/polybar) +using `sudo apt install polybar`. Newer releases of polybar are sometimes provided in the [backports](https://wiki.debian.org/Backports) +repository for stable users, you need to enable [backports](https://wiki.debian.org/Backports) and then install using +`sudo apt -t buster-backports install polybar`. If you are using **Ubuntu** 20.10 (Groovy Gorilla) or later, you can install polybar using `sudo apt install polybar`.