From 8483c6a2ae6351f6228b7d1843dcb4979feb274d Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 2 Apr 2021 18:39:03 +0200 Subject: [PATCH] Updated readme with more options for temporary 'installing'/testing. --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 84ad922..f438797 100644 --- a/README.rst +++ b/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 ---------