1
0
mirror of https://github.com/gryf/tabbedalt.git synced 2025-12-17 11:30:31 +01:00

Updated readme with more options for temporary 'installing'/testing.

This commit is contained in:
2021-04-02 18:39:03 +02:00
parent d39d1bf09b
commit 8483c6a2ae

View File

@@ -46,6 +46,22 @@ And that's it. On some systems, there might be a need to reload X resources:
$ xrdb ~/.Xdefaults $ xrdb ~/.Xdefaults
For quickinstall and run urxvt, tabbedalt can be installed using following
command:
.. code:: shell-session
$ curl --create-dirs https://raw.githubusercontent.com/gryf/tabbedalt/master/tabbedalt -o ~/.urxvt/ext/tabbedalt
$ urxvt -pe tabbedalt
or even without "installing" at all:
.. code:: shell-session
$ curl https://raw.githubusercontent.com/gryf/tabbedalt/master/tabbedalt -o /tmp/tabbedalt
$ URXVT_PERL_LIB=/tmp urxvt -pe tabbedalt
Configure Configure
--------- ---------