From 44f6921b70d1395c4f348755c1c2a373593e98f0 Mon Sep 17 00:00:00 2001 From: Nils K Date: Mon, 15 Mar 2021 23:04:11 +0100 Subject: installation via curl download --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit v1.2.3