From 7d75153362498c57deb6056cb09afdda257f3143 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 27 May 2015 10:14:43 +0200 Subject: [PATCH] instructions on how to update an existing openshift installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7705562d..c7d95b59 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ You can use a proxy http server such as nginx or apache. git remote add upstream -m master https://github.com/Athou/commafeed.git git pull -s recursive -X theirs upstream master git push + + # To upgrade an existing openshift installation + git pull upstream master + git push ## Translate CommaFeed into your language