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:
parent
7adefddb66
commit
285f4d77a3
15
README.rst
15
README.rst
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue