diff --git a/Unsupported-packages.md b/Unsupported-packages.md index 5a96262..50dd887 100644 --- a/Unsupported-packages.md +++ b/Unsupported-packages.md @@ -2,13 +2,20 @@ ## Debian +### Official Repository + +Since Debian 11 (bullseye), an older version of sway is available in the official repositories (1.5 at time of writing, latest is 1.6.1). To use this version, simply run: +``` +sudo apt install sway +``` + ### Manual installation * [Installation guide](https://github.com/swaywm/sway/wiki/Debian-10-(Buster)-Installation) for Debian 10 stable (Buster). ### Debian Packages -There is a [Debian repository](https://apt.quantum2.xyz/sway-utils/) that includes a `sway` package which is compatible with Debian 10 (buster). Run following commands in order to install Sway from the repository: +There is a [Debian repository](https://apt.quantum2.xyz/sway-utils/) that includes a `sway` package which is compatible with Debian 10 (buster). This is built nightly from the latest sway and wlroots. Run following commands in order to install Sway from the repository: ```bash curl https://quantum2.xyz/apt.key | sudo apt-key add -