summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils K <git@nkn-it.de>2021-03-15 23:04:11 +0100
committerNils K <git@nkn-it.de>2021-03-15 23:04:11 +0100
commit44f6921b70d1395c4f348755c1c2a373593e98f0 (patch)
tree28b987478dfe85c1ff49c129ef6c516f26ea3af8
parent12c78147069963258067058d55ec33c59fb5222f (diff)
installation via curl download
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0337935..d81b4e0 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,16 @@ It offers several features:
This combination of features makes a better user experience than pretty much all the big online photo hosts.
All you need is a place to host your plain html and jpeg files. This can also be Amazon S3.
+## Installation
+
+Download Bash script `gallery.sh`:
+
+```shell
+curl \
+ -f "https://raw.githubusercontent.com/Cyclenerd/gallery_shell/master/gallery.sh" \
+ -o "gallery.sh"
+```
+
## Requirements
* [ImageMagick](http://www.imagemagick.org/) for the `convert` utility.