From 6571870d4a8fbba801daadf3d2ca5e0a8961f1d6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 18 Sep 2014 10:27:02 +0200 Subject: readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e1751494..9345c24c4 100644 --- a/README.md +++ b/README.md @@ -64,12 +64,10 @@ You can remove the line after a page reload * Go to the ownCloud apps page * Activate the **News** app in the apps menu -* If the app fails to install, add this at the bottom of the file +* If the app fails to install, add this at the bottom of the file **config/config.php**: $CONFIG["appcodechecker"] = false; - to your **config/config.php** - * [Set up ownCloud Background Jobs](http://doc.owncloud.org/server/7.0/admin_manual/configuration/background_jobs.html) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes. The **News** App can be updated through the ownCloud apps page. @@ -84,6 +82,10 @@ The **News** App can be updated through the ownCloud apps page. where $YOUR_BRANCH is the branch that you want to use +* If the app fails to install, add this at the bottom of the file **config/config.php**: + + $CONFIG["appcodechecker"] = false; + * Activate the **News** app in the apps menu * [Set up ownCloud Background Jobs](http://doc.owncloud.org/server/7.0/admin_manual/configuration/background_jobs.html) to enable feed updates. A recommended timespan for feed updates is 15-30 Minutes. -- cgit v1.2.3