summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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