summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:17:36 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:17:36 +0200
commit3fbe342c44799edddd6ce9e71f849effff6d3417 (patch)
tree54a20b73b0382dfa898f5397348aa14f14020abc /README.rst
parent6ce173b1cdaa12e10b014a2c186edce0375d3cad (diff)
update notices
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5bbf7b585..114d75824 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,10 @@ Installation
Keep up to date
~~~~~~~~~~~~~~~
-Simply disable and reenable the **News** and **App Framework** App again (ownCloud deletes the app if its not shipped by default)
+Both the **News** and **App Framework** App can be updated through the ownCloud apps page. Should you have upgraded from a version prior to 0.96 you'll have to adjust the version number by running this on your database:
+
+ UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'
+
Git (development version)
-------------------------