edited REAME

This commit is contained in:
Jack Engqvist Johansson 2012-04-21 14:42:44 +02:00
parent 0a5290fba2
commit a9a4107b2f
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -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
=============