summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-09-17 13:34:26 +0200
committerxengineering <mail2xengineering@protonmail.com>2020-09-17 13:34:26 +0200
commit098a236d1dfe26be3ec1653fba28703e964f7e62 (patch)
tree7b6f78670e2b3577778275d8395d3e45ace27845 /README.md
parent70ae67877828bc17352dd8ae0f6fe02643ba990e (diff)
downloadpicontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.tar
picontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.tar.zst
picontrol-098a236d1dfe26be3ec1653fba28703e964f7e62.zip
Automate Rights Management with sudoers.d
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index ec414fb..d7b66d3 100644
--- a/README.md
+++ b/README.md
@@ -14,18 +14,14 @@ The code works but there is still documentation / automation missing.
**Please cd into the repository to install/uninstall!**
-### Installation
+### How to install, start and enable
```bash
sudo useradd -rUs /usr/bin/nologin picontrol
sudo make install
-```
-
-### Activation
-```bash
sudo systemctl enable --now picontrol
```
-### How to uninstall
+### How to remove
```bash
sudo systemctl disable --now picontrol
sudo make uninstall