summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files 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.