summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 09:46:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 09:46:42 +0200
commit66abbda5576ed5f675c645584969fc3e09152164 (patch)
treea1c4f585f1ee5c2f196953b0d2ab021c742baf99 /README.md
parent7ba16780c74875a6af885bbdc1dddd10775d81a9 (diff)
add custom heise.de style
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index ce7faaa32..975f884f5 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ For further developer and user documentation please visit [the wiki](https://git
## Dependencies
* PHP >= 5.4
* php-curl
-* ownCloud >= 7
+* ownCloud >= 8
## Supported Databases
* PostgreSQL
@@ -70,10 +70,13 @@ The **News** App can be updated through the ownCloud apps page.
### Git (development version)
-
+* The master branch will always be stable in conjunction with the latest master branch from ownCloud
+* If you are using an earlier ownCloud version, use the stableX branch (ownCloud 7 -> stable7)
* Clone the **News** app into the **/var/www/owncloud/apps/** directory:
- git clone https://github.com/owncloud/news.git
+ git clone -b $YOUR_BRANCH https://github.com/owncloud/news.git
+
+ where $YOUR_BRANCH is the branch that you want to use
* Activate the **News** app in the apps menu