add installation/uninstallation to README.md
This commit is contained in:
@@ -6,7 +6,14 @@ A daemon to monitore filesystems events with inotify on Linux and execute tasks
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```sh
|
```sh
|
||||||
|
# install pyinotifyd with pip
|
||||||
pip install pyinotifyd
|
pip install pyinotifyd
|
||||||
|
|
||||||
|
# install systemd service and create config directory
|
||||||
|
pyinotifyd --install
|
||||||
|
|
||||||
|
# uninstall systemd service
|
||||||
|
pyinotifyd --uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user