From 8e1de902de67ed2c50c5cc6e8c585cc1fdec66c7 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 22 Jul 2021 21:41:18 +0200 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4543e1e..7e8afed 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,20 @@ switch-workspace-or-window") ## Installation +Some distros have packaged swayr so that you can install it using your distro's +package manager. Alternatively, it's easy to build and install it yourself +using `cargo`. + +### Distro packages + +The following GNU/Linux and BSD distros package swayr. Thanks a lot to the +respective package maintainers! Refer to the [repology +site](https://repology.org/project/swayr/versions) for details. + +[![Packaging status](https://repology.org/badge/vertical-allrepos/swayr.svg)](https://repology.org/project/swayr/versions) + +### Building with cargo + You'll need to install the current stable rust toolchain using the one-liner shown at the [official rust installation page](https://www.rust-lang.org/tools/install).