summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-03-31 10:25:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-03-31 10:25:00 +0200
commit03229bd15dafc5a8fd896084d8dc00d192c69566 (patch)
tree33250454178823be48ba99104428df54a40f272a
parentbcb39134fe2b1213c2002d3ba0fdccfec5ed5198 (diff)
add git tag hints
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a7527a45..a5755938e 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,18 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
git clone https://github.com/owncloud/news.git
+* If you are using a stable ownCloud release, stay with the [latest git tag release](https://github.com/owncloud/news/releases). To get an overview over all existing tags run:
+
+ git tag
+
+ You can switch to a release which will be supported on your installation by running:
+
+ git checkout tags/TAG
+
+ For instance to use the 5.2.8 release, run:
+
+ git checkout tags/5.2.8
+
* Activate the **News** app in the apps menu
To update the News app use change into the **owncloud/apps/news/** directory using your terminal and then run: