From 03229bd15dafc5a8fd896084d8dc00d192c69566 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 31 Mar 2015 10:25:00 +0200 Subject: add git tag hints --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: -- cgit v1.2.3