Update installation info for Fedora/CentOS

This commit is contained in:
Artem Polishchuk 2019-09-20 17:17:39 +03:00 committed by GitHub
parent cf4a19d00d
commit eb9baecceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,31 +83,30 @@ To use `PSI`:
## How to install
For RPM-based Linux distributions (Fedora, RHEL, openSUSE) there's a [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/).
To install on Fedora 30+:
#### To install on Fedora 30+:
```bash
$ sudo dnf copr enable atim/nohang
$ sudo dnf install nohang
$ sudo systemctl enable --now nohang
```
To install on CentOS 7:
#### To install on CentOS 7:
Nohang is avaliable in [EPEL repos](https://fedoraproject.org/wiki/EPEL).
```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
```
For Arch Linux there's an [AUR package](https://aur.archlinux.org/packages/nohang-git/). Use your favorite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example,
Also for RPM-based Linux distributions (Fedora, RHEL, openSUSE) there's a [Copr package](https://copr.fedorainfracloud.org/coprs/atim/nohang/).
#### For Arch Linux there's an [AUR package](https://aur.archlinux.org/packages/nohang-git/). Use your favorite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers). For example,
```bash
$ yay -S nohang-git
$ sudo systemctl enable --now nohang
```
To install on Debian and Ubuntu please make a deb package.
#### To install on Debian and Ubuntu please make a deb package.
To install the latest version on any distro:
```bash