update readme

This commit is contained in:
Alexey Avramov 2020-04-27 01:26:33 +09:00
parent 45b15aab88
commit 0cea096b41

View File

@ -86,7 +86,7 @@ To use `PSI`:
## Warnings ## Warnings
- the daemon runs with super-user privileges and has full access to all private memory of all processes and sensitive user data; - the daemon runs with super-user privileges and has full access to all private memory of all processes and sensitive user data;
- the daemon does not forbid you to shoot yourself in the foot: with some settings, unwanted mass killings of processes can occur; - the daemon does not forbid you to shoot yourself in the foot: with some settings, unwanted killings of processes can occur;
- the daemon is not a panacea: there are no universal settings that reliably protect against all types of threats. - the daemon is not a panacea: there are no universal settings that reliably protect against all types of threats.
## Known problems ## Known problems
@ -137,7 +137,7 @@ $ deb/build.sh
Install the package: Install the package:
```bash ```bash
$ sudo apt install ./deb/package.deb $ sudo apt install --reinstall ./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: