add installation/uninstallation to README.md

This commit is contained in:
2020-11-05 02:05:00 +01:00
parent 7a5ea6817e
commit f587b1bb82

View File

@@ -6,7 +6,14 @@ A daemon to monitore filesystems events with inotify on Linux and execute tasks
## Installation
```sh
# install pyinotifyd with pip
pip install pyinotifyd
# install systemd service and create config directory
pyinotifyd --install
# uninstall systemd service
pyinotifyd --uninstall
```
## Configuration