From 7474a884c0507c80980dc14fbfecb42ebec5e394 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 1 Sep 2019 19:31:00 +0900 Subject: [PATCH] Update readme --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index f10e523..2f2f086 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,10 @@ To use `PSI`: ## Download, install, uninstall -Clone the current version: +To install the latest version: ```bash $ git clone https://github.com/hakavlad/nohang.git $ cd nohang -``` - -To install: -```bash $ sudo make install ``` @@ -103,7 +99,6 @@ $ sudo make uninstall ``` For Arch Linux there's an [AUR package](https://aur.archlinux.org/packages/nohang-git/). Use your favorite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example, - ```bash $ yay -S nohang-git $ sudo systemctl enable --now nohang @@ -112,7 +107,6 @@ $ sudo systemctl enable --now nohang For RPM-based Linux distributions (Fedora, RHEL, openSUSE) there's a [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/). To install on Fedora 30+: - ```bash $ sudo dnf copr enable atim/nohang $ sudo dnf install nohang @@ -120,7 +114,6 @@ $ sudo systemctl enable --now nohang ``` To install on CentOS 7: - ```bash sudo yum install yum-plugin-copr sudo yum copr enable atim/nohang