From 4cb42d769b215226a8089b1ed6ac20128210e8ff Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 19 Jul 2015 13:37:18 +0200 Subject: [PATCH] Added some MSYS instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6633327..d44db5c 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ If bash is not your default shell, you may invoke it using $ bash osync.sh [options] +On *BSD, be sure to have bash installed. +On MSYS, On top of your basic install, you need msys-rsync and msys-coreutils-ext packages. + ## Usage Osync can work with in three flavors: Quick sync mode, configuration file mode, and daemon mode.