summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'