Update installation info for Fedora/CentOS
This commit is contained in:
parent
cf4a19d00d
commit
eb9baecceb
17
README.md
17
README.md
@ -83,31 +83,30 @@ To use `PSI`:
|
|||||||
|
|
||||||
## How to install
|
## 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
|
```bash
|
||||||
$ sudo dnf copr enable atim/nohang
|
|
||||||
$ sudo dnf install nohang
|
$ sudo dnf install nohang
|
||||||
$ sudo systemctl enable --now 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
|
```bash
|
||||||
$ sudo yum install yum-plugin-copr
|
|
||||||
$ sudo yum copr enable atim/nohang
|
|
||||||
$ sudo yum install nohang
|
$ sudo yum install nohang
|
||||||
$ sudo systemctl enable nohang
|
$ sudo systemctl enable nohang
|
||||||
$ sudo systemctl start 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
|
```bash
|
||||||
$ yay -S nohang-git
|
$ yay -S nohang-git
|
||||||
$ sudo systemctl enable --now nohang
|
$ 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:
|
To install the latest version on any distro:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user