diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -8,3 +8,25 @@ A small Web Application to shutdown or reboot your Raspberry Pi. ## Current State The code works but there is still documentation / automation missing. + + +## Usage + +**Please cd into the repository to install/uninstall!** + +### Installation +```bash + sudo useradd -rUs /usr/bin/nologin picontrol + sudo make install +``` + +### Activation +```bash + sudo systemctl enable --now picontrol +``` + +### How to uninstall +```bash + sudo systemctl disable --now picontrol + sudo make uninstall +``` |