From 0830a6dcfb7f7d3112d671b520e2979e34434415 Mon Sep 17 00:00:00 2001 From: Amber Date: Mon, 14 Jun 2021 21:58:29 +0200 Subject: [PATCH] masync help --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 + ... + ```