Update readme
This commit is contained in:
parent
f3baa589d7
commit
4f479e5cb6
14
README.md
14
README.md
@ -106,7 +106,9 @@ $ yay -S nohang-git
|
|||||||
$ sudo systemctl enable --now nohang
|
$ 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
|
```bash
|
||||||
$ sudo dnf copr enable atim/nohang
|
$ sudo dnf copr enable atim/nohang
|
||||||
@ -114,6 +116,16 @@ $ sudo dnf install nohang
|
|||||||
$ sudo systemctl enable --now 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
|
## Command line options
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user