From 29250f74ccf989032a05a2944758ff0dc0b9ada1 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 31 Oct 2020 11:01:00 +0900 Subject: [PATCH] Update readme: how to install from PPA --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 90def6b..97ea16c 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,16 @@ $ yay -S nohang-git $ sudo systemctl enable --now nohang-desktop ``` +#### To install on Ubuntu 20.04/20.10 + +To install from [PPA](https://launchpad.net/~oibaf/+archive/ubuntu/test/): +``` +$ sudo add-apt-repository ppa:oibaf/test +$ sudo apt update +$ sudo apt install nohang +$ sudo systemctl enable --now nohang-desktop.service +``` + #### To install on Debian and Ubuntu-based systems: It's easy to build a deb package with the latest git snapshot. Install build dependencies: