From e73d4d2d565480c3488c8b80a506c2cdd9be975e Mon Sep 17 00:00:00 2001 From: Nils K Date: Thu, 25 Nov 2021 21:51:50 +0100 Subject: curl -O --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a98608e..37cefd5 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3