mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Document official Debian repository
parent
23c204e24a
commit
4a1f90fc93
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue