summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2015-03-31 10:28:36 +0200
committerBernhard Posselt <Raydiation@users.noreply.github.com>2015-03-31 10:28:36 +0200
commita9cbe35a4e53386cc8e6cbb711c0708888f89fd2 (patch)
tree6efe2de50951b533124b6a2ce1e661a4a2e23603
parent1b849f7b6c6fe6fd97673a8290b662af9296cd54 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fbdef7d4d..97ff0ae6e 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
* The master branch will always be stable in conjunction with the latest master branch from ownCloud
* In your terminal go into the **owncloud/apps/** directory and then run the following command:
- git clone https://github.com/owncloud/news.git
+ 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:
@@ -104,17 +104,17 @@ Then proceed to install the app either from an archive (zip/tar.gz) or clone it
You can switch to a release which will be supported on your installation by running:
- git checkout tags/TAG
+ git checkout tags/TAG
For instance to use the 5.2.8 release, run:
- git checkout tags/5.2.8
+ 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:
- git pull --rebase origin master
+ git pull --rebase origin master
## Performance Notices
* Use MySQL or PostgreSQL for better database performance