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-01-15 01:57:22 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-15 01:57:22 +0300
commit9c48355f8904927150840e29890af7051018351b (patch)
treeb9095f6400c25bc3bcf223be1a241b96b30e1ad7 /README.md
parentadafca5a503438d80eb26418b4cc6a30adf3ee10 (diff)
Use shorter syntax for arrays (5.4+ only)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f67543c1..99b2320a 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Checkout the [full changelog](CHANGELOG.md) for more.
* Recommended: a recent version ImageMagick
## Preparation
-Here is a list of steps you might wnt to take before using the app
+Here is a list of steps you might want to take before using the app
### Supporting more media types
First, make sure you have installed ImageMagick and its PECL extension.
@@ -39,11 +39,12 @@ Next add a few new entries to your configuration file.
4 => 'OC\\Preview\\TIFF',
),
```
-Look at the sample configuration in your config folder if you need more information.
+Look at the sample configuration in your config folder if you need more information about how the config file works.
That's it. you should be able to see more media types in your slideshows and galleries as soon as you've installed the app.
## Installation
-Place this app in your apps folder or get the stable8 branch via the shell
+Download and unpack this app into your apps folder or get it straight from GitHub via the shell.
+**It's important to make sure that the folder is called galleryplus.**
```
$ git clone -b stable8 https://github.com/interfasys/galleryplus.git