diff --git a/README.creole b/README.creole index 3a4952e..a01ad9b 100644 --- a/README.creole +++ b/README.creole @@ -8,27 +8,11 @@ To create our new app on OpenShift: {{{ -rhc app create -a hellotornado -t diy-0.1 +rhc app create hellotornado -t diy-0.1 --from-code=https://github.com/giulivo/openshift-hellotornado cd hellotornado - -}}} - -Add the github repo to the existing one and merge with a command like: - -{{{ - -git remote add upstream git://github.com/giulivo/openshift-hellotornado.git -git pull -X theirs upstream master - }}} -Push the changes OpenShift: - -{{{ - -git push - -}}} +Code from the remote repository will be automatically cloned to your current directory. Go at http://hellotornado-$YOURDOMAIN.rhcloud.com and enjoy!