masync help

This commit is contained in:
Amber 2021-06-14 21:58:29 +02:00
parent 3af90ce5ee
commit 0830a6dcfb
1 changed files with 3 additions and 0 deletions

View File

@ -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
...
```