Update installation instructions to note that kitty and kitten both need to be added to PATH
This commit is contained in:
parent
8bdd4d0596
commit
8f71f6112a
@ -46,9 +46,9 @@ particular desktop, but it should work for most major desktop environments.
|
|||||||
|
|
||||||
.. code-block:: sh
|
.. 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)
|
# 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
|
# 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/
|
||||||
# If you want to open text files and images in kitty via your file manager also add the kitty-open.desktop file
|
# If you want to open text files and images in kitty via your file manager also add the kitty-open.desktop file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user