From 0e5f51f1958ea1a987c411da2ada559e6eb46741 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Nov 2021 21:45:30 +0530 Subject: [PATCH] Add a note about not copying the kitty binary out of the installation folder --- docs/binary.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/binary.rst b/docs/binary.rst index ef9f4f211..21b55ac08 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -22,6 +22,11 @@ The binaries will be installed in the standard location for your OS, Linux. The installer only touches files in that directory. To update kitty, simply re-run the command. +.. warning:: + **Do not** copy the kitty binary out of the installation folder. If you want + to add it to your ``PATH`` create a symlink in :file:`~/.local/bin` or + :file:`/usr/bin` or wherever. + Manually installing ---------------------