From bcb6f99c16b121b4594c82c529457b5379b7e74f Mon Sep 17 00:00:00 2001 From: Mark Kopenga Date: Thu, 28 Nov 2019 10:36:28 +0100 Subject: [PATCH] Add how to install on arch linux --- Unsupported-packages.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Unsupported-packages.md b/Unsupported-packages.md index f867de3..4f3c945 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -21,4 +21,12 @@ apt install sway [Quick guide](https://nationpigeon.com/compiling-sway-on-fedora-29/) to building sway on Fedora 29. -Various COPRs are available, e.g. https://copr.fedorainfracloud.org/coprs/gumieri/sway/ \ No newline at end of file +Various COPRs are available, e.g. https://copr.fedorainfracloud.org/coprs/gumieri/sway/ + +## Arch + +To install sway on Arch Linux run: +``` +sudo pacman -S sway +``` +There is also extra documentation available that can be found here: https://wiki.archlinux.org/index.php/Sway \ No newline at end of file