From 87feabd3a4f48d01ed5b5309a4d329d08c8e7f42 Mon Sep 17 00:00:00 2001 From: Henning Bopp Date: Thu, 11 Feb 2021 00:21:27 +0100 Subject: [PATCH] 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. --- doc/terminal-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/terminal-images.md b/doc/terminal-images.md index 4a69806..1f66d27 100644 --- a/doc/terminal-images.md +++ b/doc/terminal-images.md @@ -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 ```