From 2c0e70a42397633a35ea1c07eddddaef37fcc359 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2018 11:49:30 +0530 Subject: [PATCH] Fix #868 --- docs/binary.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/binary.rst b/docs/binary.rst index cc267a7d0..c8c6fe408 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -58,6 +58,13 @@ Customizing the installation |ins| \\ installer=/path/to/dmg or tarball +Uninstalling +---------------- + +All the installer does is copy the kitty files into the install directory +(defaults to :file:`~/.local/kitty.app`. To uninstall, simply delete that +directory. + Building from source ------------------------