summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 10:27:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 10:27:02 +0200
commit6571870d4a8fbba801daadf3d2ca5e0a8961f1d6 (patch)
tree5ed13970059c882aa49a2c6687fa5ec99cd8d6bc
parent4c2cdab8e8d02d6a859fed02f6ee5bfe570f89f4 (diff)
readme
-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.