diff --git a/README.md b/README.md index 04f9c1a..3a24120 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ Masync allows you to mirror and keep synchronised an arbitraries number of folde Masync use inotifywait for listening changes on local folders and keep it in sync with remote folders. Before using it, please install **inotify-tools** package on your distribution + ``` apt-get install inotify-tools dnf install inotify-tools xbps-install -S inotify-tools + ... + ```