summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 308d4030f..4834d1277 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,12 @@ Before reporting bugs, `please check if they already have been reported <https:/
How to install the News app
---------------------------
-- Install ownCloud 5.0.5 (not released yet contains a small css fix, use the stable5 branch or 5.0.4)
+- Install **ownCloud 5.0.5** (not released yet contains a small css fix, use the stable5 branch or 5.0.4)
+
+Should you have upgraded from a prior version, disable the CSS and JavaScript caching by adding this to :file:`owncloud/config/config.php`::
+
+ DEFINE('DEBUG', true);
+
- Clone the App Framework app into the **/var/www** directory::
git clone https://github.com/owncloud/appframework.git