From a9a4107b2f5df773bc1ccd58dc891ff0cfaa3237 Mon Sep 17 00:00:00 2001 From: Jack Engqvist Johansson Date: Sat, 21 Apr 2012 14:42:44 +0200 Subject: [PATCH] edited REAME --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 645688b..1443cd8 100644 --- a/README +++ b/README @@ -18,10 +18,10 @@ See the LICENSE file USAGE ===== To deploy, run: - ./deploy --install + ./deploy --install [ .deploy location ] To update already existing deployment, run: - ./deploy --update + ./deploy --update [ .deploy location ] It will run copy, replace and update-s2... @@ -31,6 +31,9 @@ USAGE ./deploy --replace Replace the old files ./deploy --finish Run the finish script ./deploy --update-s2 Run the update script, only + + If the location where the .deploy file isn't specified, deploy.sh will assume + it's in the current directory. WHAT YOU NEED =============