From 4fd6cb57fa93b3e0ddb17e0405964dbf8f695f2c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 31 Aug 2019 22:53:11 +0900 Subject: [PATCH] Update readme: install on Fedora --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77f1ae1..f519a12 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,15 @@ For Arch Linux, there's an [AUR package](https://aur.archlinux.org/packages/noha ```bash $ yay -S nohang-git -$ sudo systemctl start nohang -$ sudo systemctl enable nohang +$ sudo systemctl enable --now nohang +``` + +For Fedora, there's an [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/): + +```bash +$ sudo dnf copr enable atim/nohang +$ sudo dnf install nohang +$ sudo systemctl enable --now nohang ``` ## Command line options