diff options
author | Nils K <git@nkn-it.de> | 2021-11-25 21:51:50 +0100 |
---|---|---|
committer | Nils K <git@nkn-it.de> | 2021-11-25 21:51:50 +0100 |
commit | e73d4d2d565480c3488c8b80a506c2cdd9be975e (patch) | |
tree | 444e3e879f1b8bc96b0bae60b0428e37578970ed | |
parent | 3c653a4c2127813a0d07c3ab2ad070a7ac510f06 (diff) |
curl -O
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -24,9 +24,7 @@ All you need is a place to host your plain html and jpeg files. This can also be Download Bash script `gallery.sh`: ```shell -curl \ - -f "https://raw.githubusercontent.com/Cyclenerd/gallery_shell/master/gallery.sh" \ - -o "gallery.sh" +curl -O "https://raw.githubusercontent.com/Cyclenerd/gallery_shell/master/gallery.sh" ``` ## Requirements |