summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-28 16:44:12 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-28 16:44:12 +0100
commit7efbe18e717500f02fc626ceb2df6d61f5cd782d (patch)
treece3f71cdc4df5b731701f7cecb59ac19a76446b9
parent259b499fbc91daa541166c996b97c44677fc37ab (diff)
readme adjustements
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6a64482a..a829f043a 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ Before you install the app do the following:
* Check that your installation fullfills the [requirements listed in the README section](https://github.com/owncloud/news#dependencies)
* [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.
* If you are updating from a previous version read the [Update Notices](https://github.com/owncloud/news/blob/master/README.md#updating-notices)
-* Disable the codechecker by adding this at the bottom of the file **owncloud/config/config.php**:
+* If you are using ownCloud 7, disable the codechecker by adding this at the bottom of the file **owncloud/config/config.php**:
$CONFIG["appcodechecker"] = false;