update readme
This commit is contained in:
parent
f89868c9d8
commit
2f0fede88f
10
README.md
10
README.md
@ -101,8 +101,8 @@ To use `PSI`:
|
|||||||
|
|
||||||
#### To install on Fedora 30+:
|
#### To install on Fedora 30+:
|
||||||
```bash
|
```bash
|
||||||
$ sudo dnf install nohang
|
$ sudo dnf install nohang-desktop
|
||||||
$ sudo systemctl enable --now nohang
|
$ sudo systemctl enable --now nohang-desktop.service
|
||||||
```
|
```
|
||||||
|
|
||||||
#### To install on CentOS 7 and RHEL 8:
|
#### To install on CentOS 7 and RHEL 8:
|
||||||
@ -119,7 +119,7 @@ Also for RPM-based Linux distributions (Fedora, RHEL, openSUSE) there is a [Copr
|
|||||||
#### 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,
|
#### 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-desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
#### To install on Debian and Ubuntu-based systems please make a deb package with latest git snapshot and install it:
|
#### To install on Debian and Ubuntu-based systems please make a deb package with latest git snapshot and install it:
|
||||||
@ -135,9 +135,9 @@ $ git clone https://github.com/hakavlad/nohang.git && cd nohang
|
|||||||
$ deb/build.sh
|
$ deb/build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Install package:
|
Install the package:
|
||||||
```bash
|
```bash
|
||||||
sudo dpkg -i deb/package.deb
|
$ sudo dpkg -i deb/package.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
Start and enable `nohang.service` or `nohang-desktop.service` after installing the package:
|
Start and enable `nohang.service` or `nohang-desktop.service` after installing the package:
|
||||||
|
Loading…
Reference in New Issue
Block a user