summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 22:26:53 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 22:26:53 +0200
commit224a5d526f90200ed4540ea28151c7f87c22f29f (patch)
treeb207b603602be3963f1e159a3948b19b465515ff
parenteda8fec5874ebd2ba48b458497cb315eb871105c (diff)
update readme with staying up to date instructions
-rw-r--r--README.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 72f0a47cd..283f8e409 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ When the first kinda working version is available it will be mentioned in this r
See the milestones in the Bugtracker for more information on progress
-How to install the news app
+How to install the News app
---------------------------
- Install ownCloud 5.0
- Clone the App Framework app into the **/var/www** directory::
@@ -30,3 +30,17 @@ How to install the news app
ln -s /var/www/news /var/www/owncloud/apps
- Activate the App Framework App first, then activate the News app in the apps menu
+
+
+How to keep up to date
+----------------------
+To get the newest update you can use git. To update the appframework use::
+
+ cd /var/www/appframework
+ git pull --rebase origin master
+
+
+To update the News app use::
+
+ cd /var/www/news
+ git pull --rebase origin master