summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:19:46 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:19:46 +0200
commit2a635cbe287bddad9e916dad8c1237275bd80e63 (patch)
treeb809b0c70ecc0639b82204f549d9e3cf27a7b480 /README.rst
parent01015b3f1209acc07d717d31efd713ebe0ca342a (diff)
small readme fixes
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b5ff7a5cc..1af6d8ab6 100644
--- a/README.rst
+++ b/README.rst
@@ -48,7 +48,11 @@ Installation
Keep up to date
~~~~~~~~~~~~~~~
-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::
+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::
+
+.. code-block:: sql
UPDATE oc_appconfig SET configvalue = '0.96' WHERE configkey = 'installed_version' AND configvalue = '8.4' AND appid = 'news'