From a280328731eb645b8c331dfcd45b58cd621442ff Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Feb 2023 19:11:39 +0530 Subject: [PATCH] kitty->kitten typo --- docs/binary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/binary.rst b/docs/binary.rst index ea33ae323..4b60736fe 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -49,7 +49,7 @@ particular desktop, but it should work for most major desktop environments. # Create symbolic links to add kitty and kitten to PATH (assuming ~/.local/bin is in # your system-wide PATH) - ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitty ~/.local/bin/ + ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitten ~/.local/bin/ # Place the kitty.desktop file somewhere it can be found by the OS cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/ # If you want to open text files and images in kitty via your file manager also add the kitty-open.desktop file