From 8f71f6112ac105500f8364accc924a002ec2aaae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 31 Jan 2023 20:29:41 +0530 Subject: [PATCH] Update installation instructions to note that kitty and kitten both need to be added to PATH --- docs/binary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/binary.rst b/docs/binary.rst index 1559fb0bb..c1f09bad0 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -46,9 +46,9 @@ particular desktop, but it should work for most major desktop environments. .. code-block:: sh - # Create a symbolic link to add kitty to PATH (assuming ~/.local/bin is in + # Create symbolic links to add kitty and kitten to PATH (assuming ~/.local/bin is in # your system-wide PATH) - ln -s ~/.local/kitty.app/bin/kitty ~/.local/bin/ + ln -sf ~/.local/kitty.app/bin/kitty ~/.local/kitty.app/bin/kitty ~/.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