Update readme: install on Fedora

This commit is contained in:
Alexey Avramov 2019-08-31 22:53:11 +09:00
parent 009df6f4b8
commit 4fd6cb57fa

View File

@ -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