Update readme: install on Fedora
This commit is contained in:
parent
009df6f4b8
commit
4fd6cb57fa
11
README.md
11
README.md
@ -103,8 +103,15 @@ For Arch Linux, there's an [AUR package](https://aur.archlinux.org/packages/noha
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ yay -S nohang-git
|
$ yay -S nohang-git
|
||||||
$ sudo systemctl start nohang
|
$ sudo systemctl enable --now nohang
|
||||||
$ sudo systemctl enable 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
|
## Command line options
|
||||||
|
Loading…
Reference in New Issue
Block a user