masync help

This commit is contained in:
Amber 2021-06-14 21:54:16 +02:00
parent 9d785e0c26
commit 3af90ce5ee
1 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,9 @@ Masync allows you to mirror and keep synchronised an arbitraries number of folde
## Dependencies
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
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