diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |