doc: Add Debian installation instructions (#2072)

* Add installation instructions for polybar on Debian

Closes: #1054

* Add instructions for stable backports
This commit is contained in:
Utkarsh Gupta 2020-04-25 02:15:56 +05:30 committed by GitHub
parent b2613fa269
commit fc42da812a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ If you can't find your distro here, you will have to [build from source](#buildi
If you create a package for any other distribution, please consider contributing the template.
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 **Arch Linux**, you can install the AUR package [polybar-git](https://aur.archlinux.org/packages/polybar-git/) to get the latest version, or
[polybar](https://aur.archlinux.org/packages/polybar/) for the latest stable release.