From 285f4d77a379666dc02c1a817d79582dcfb523f2 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 14 Oct 2017 21:47:21 +0200 Subject: [PATCH] README.rst: Update terminfo part Update the installation part with a dedicated one for Arch. Use wget instaed of scp for adding the terminfo to the server. --- README.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 11a449d..0da1e04 100644 --- a/README.rst +++ b/README.rst @@ -196,11 +196,18 @@ occur: Error opening terminal: xterm-termite -To solve this issue, copy the terminfo to your remote system and install it for -the logged in user. Or on Arch Linux install ``termite-terminfo``. +To solve this issue, install the termite terminfo on your remote system. + +On Arch Linux: :: - scp termite.terminfo remoteserver: - # On the remote server + pacman -S termite-terminfo + +On other systems: + + +:: + + wget https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo tic -x termite.terminfo