1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(apparmor): Simplify install script usage

security/apparmor/install.sh scripts does not need to `cd` into it's
directory to work correctly.

Simplify example to invoke `install.sh` without `cd`.
This commit is contained in:
Vincas Dargis 2019-03-17 16:03:55 +02:00
parent b0279bf4ea
commit 5899b0de09

View File

@ -26,8 +26,7 @@ Select AppArmor profile from appropriate `security/apparmor/X` subdirectory depe
To enable AppArmor profile on your system, run prepared install script:
```
cd security/apparmor/x.y.z
sudo ./install.sh
sudo security/apparmor/x.y.z/install.sh
```
Restart `qTox` if it was already running before enabling AppArmor profile.