Removes use of -k option to curl in Kitty section

No https request is made. And even if, there should be no reason to allow insecure connections anyways.
pull/574/head
Henning Bopp 4 years ago committed by GitHub
parent 27f85add19
commit 87feabd3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,5 +59,5 @@ uxterm -ti vt340
To view images in kitty:
```
curl -ks v3.wttr.in/Tabasco.png | kitty icat --align=left
curl -s v3.wttr.in/Tabasco.png | kitty icat --align=left
```

Loading…
Cancel
Save