From f26b1118a18e5c53522c536bc073043965158230 Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 27 Jul 2017 23:18:05 +0200 Subject: [PATCH] Add install.sh help --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75d0370..4f62faa 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Getting osync via github (remove the -b "stable" if you want latest dev snapshot $ cd osync $ bash install.sh +Installer script accepts some parameters for automation. Launch install.sh --help for options. + There is also a RPM file that should fit RHEL/CentOS/Fedora and basically any RPM based distro, see the github release. Please note that RPM files will install osync to /usr/bin instead of /usr/local/bin in order to enforce good practices.