From d04a83c28aff725d19409f7f2ab1d058f35d8212 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 8 Nov 2013 15:05:30 +0530 Subject: [PATCH] Fix File Path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd66999..ef13bce 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Nevertheless, still consider making backups of your data before trying a sync to First, grab a fresh copy of osync and make it executable: $ git clone https://github.com/deajan/osync - $ chmod +x ./osync.sh + $ chmod +x osync/osync.sh Osync needs to run with bash shell. Using any other shell will most probably result in lots of errors.