From 415ecebe52e245364a0137b8b430ab887a367d01 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Mon, 18 Jun 2018 13:50:42 +0200 Subject: [PATCH] doc: Add introduction to 'Getting Started' --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b81fc8..0815fd6a 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,13 @@ Some of the services included so far: Packaging status +Polybar was already packaged for the distros listed below. +If you can't find your distro here, you will have to [build from source](#building-from-source). + +If you create a package for any other distribution, please consider contributing the template. + 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. If you create a package for any other distribution, please consider contributing the template. +[polybar](https://aur.archlinux.org/packages/polybar/) for the latest stable release. If you are using **Void Linux**, you can install [polybar](https://github.com/void-linux/void-packages/blob/master/srcpkgs/polybar/template) using `xbps-install -S polybar`.