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 Error opening terminal: xterm-termite
To solve this issue, copy the terminfo to your remote system and install it for To solve this issue, install the termite terminfo on your remote system.
the logged in user. Or on Arch Linux install ``termite-terminfo``.
On Arch Linux:
:: ::
scp termite.terminfo remoteserver: pacman -S termite-terminfo
# On the remote server
On other systems:
::
wget https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo
tic -x termite.terminfo tic -x termite.terminfo