From 1f6f26140e04e94e1de26b7d53fe80ae2d4cc7b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 8 Jan 2017 20:27:53 +0530 Subject: [PATCH] ... --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 85c913ab4..213a56042 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -272,8 +272,8 @@ filesystem, it is self contained. So simply create a launcher script named `/usr/bin/kitty` that calls `python3 /path/to/the/installed/linux-package/directory`. You should also create a second package named kitty-terminfo that installs the -file `linux-package/terminfo/x/xterm-kitty` into `/usr/share/terminfo` for -whatever location your distribution uses for terminfo files. Make the main +file `linux-package/terminfo/x/xterm-kitty` into `/usr/share/terminfo` (or +whatever location your distribution uses for terminfo files). Make the main kitty package depend on `kitty-terminfo`. This allows users to install the terminfo file on servers into which they ssh, without needing to install all of kitty.