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:
16
README.rst
16
README.rst
@@ -46,6 +46,22 @@ And that's it. On some systems, there might be a need to reload X resources:
|
||||
|
||||
$ 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
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user