Merge pull request #574 from boppy/patch-1

Removes use of -k option to curl in Kitty section in docs
This commit is contained in:
Igor Chubin 2021-02-27 19:09:15 +01:00 committed by GitHub
commit 34a187e27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```