From c4a0b44ef5537357fc284a004f4cee7a9ee82f1a Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Mon, 2 Nov 2020 14:53:18 +0100 Subject: [PATCH] first part of README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index db9ee4d..bd5167c 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # pyinotifyd +A daemon to monitore filesystems events with inotify on Linux and execute tasks, which can be Python functions or shell commands. + +## Dependencies +[pyinotify](https://github.com/seb-m/pyinotify) + +## Installation +* Install pyinotifyd with pip. +```sh +pip install pyinotifyd +``` +* Modify /etc/pyinotifyd/config.py according to your needs.