From 4f479e5cb6c491293b6930430b29e145faa105a4 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 1 Sep 2019 11:27:37 +0900 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b9dd7..2672554 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,9 @@ $ yay -S nohang-git $ sudo systemctl enable --now nohang ``` -For Fedora, there's a [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/): +For RPM distros there are [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/). + +To install on Fedora 30+: ```bash $ sudo dnf copr enable atim/nohang @@ -114,6 +116,16 @@ $ sudo dnf install nohang $ sudo systemctl enable --now nohang ``` +To install on CentOS 7: + +```bash +sudo yum install yum-plugin-copr +sudo yum copr enable atim/nohang +sudo yum install nohang +sudo systemctl enable nohang +sudo systemctl start nohang +``` + ## Command line options ```