diff options
author | Nils K <git@nkn-it.de> | 2021-03-15 23:04:11 +0100 |
---|---|---|
committer | Nils K <git@nkn-it.de> | 2021-03-15 23:04:11 +0100 |
commit | 44f6921b70d1395c4f348755c1c2a373593e98f0 (patch) | |
tree | 28b987478dfe85c1ff49c129ef6c516f26ea3af8 | |
parent | 12c78147069963258067058d55ec33c59fb5222f (diff) |
installation via curl download
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |