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.
This commit is contained in:
Jelle van der Waa 2017-10-14 21:47:21 +02:00
parent 7adefddb66
commit 285f4d77a3
1 changed files with 11 additions and 4 deletions

View File

@ -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