Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-07-25 21:26:02 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-25 21:26:02 +0300
commit1df41903d57e5bdadceded5d1dd125293d0ad5f9 (patch)
tree6186d488205a800ef35cc213ae303075fce24fe3 /README.md
parent8502f07afa36e3fae795213269fc85a8bcc7bb9b (diff)
Change version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1fe5f9aa..6417187d 100644
--- a/README.md
+++ b/README.md
@@ -163,14 +163,14 @@ Read about it in the [Administration Manual](https://doc.owncloud.org/server/8.0
In your terminal go into the **owncloud/apps/** directory and then run the following command:
```
-$ git clone -b dev https://github.com/owncloud/gallery.git
+$ git clone https://github.com/owncloud/gallery.git
```
Now you can activate it in the apps menu. It's called Gallery
To update the app go inside you **owncloud/apps/gallery/** directory and type:
```
-$ git pull --rebase origin dev
+$ git pull --rebase
```
## List of patches