Added some more information about the PPA.

Sebastian Noack 2017-05-01 20:38:02 +02:00
parent 54ebc2b445
commit 79dacc2758

@ -1,6 +1,17 @@
**These guides are user-contributed and not supported by SirCmpwn.** Most distributions have a Sway package available in the official repositories. Here's some info for the ones that don't:
## Debian / Ubuntu
### Manual installation
[Sway install script](https://gist.github.com/nathanross/c962de32be11a93d0444) for Debian 8 stable (Jessie).
[Installation guide](https://github.com/SirCmpwn/sway/wiki/Debian-installation-guide) for Debian 8 testing (Stretch).
[This PPA](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) includes a Sway package for Debian and Ubuntu.
### Installation from package
There is a [PPA](https://launchpad.net/~s.noack/+archive/ubuntu/ppa) that includes a `sway` package which is compatible with Debian (stable and testing) and Ubuntu (all versions since including the last LTS release). Run following commands (as root) in order to install Sway from the PPA:
```
add-apt-repository ppa:s.noack/ppa
sed -i "s/$(lsb_release -cs)/zesty/g" /etc/apt/sources.list.d/s_noack-ppa-*.list
apt-get update
apt-get install sway
```