From 8d9ab15c40ec41d201e87e7dd8f315fdd95d82be Mon Sep 17 00:00:00 2001 From: Deeptendu Santra Date: Thu, 18 Mar 2021 17:55:53 +0530 Subject: [PATCH] Fix installation docs Added `/` at the applications, otherwise applications may be considered a file if the directory is not present. The addition of `/` also ensures user knows that he/she needs to create new directory if it is not present. --- docs/binary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/binary.rst b/docs/binary.rst index bf5b59468..b7652c414 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -44,7 +44,7 @@ particular desktop, but it should work for most major desktop environments. # your PATH) ln -s ~/.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 + cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications/ # Update the path to the kitty icon in the kitty.desktop file sed -i "s|Icon=kitty|Icon=/home/$USER/.local/kitty.app/share/icons/hicolor/256x256/apps/kitty.png|g" ~/.local/share/applications/kitty.desktop