X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/070c41a8cd3459ccb6717bea47df7ca376186a41..b548a19e678f3c88d3a7bbde74afc938c65c6316:/INSTALL diff --git a/INSTALL b/INSTALL index 21f825c..79700ad 100644 --- a/INSTALL +++ b/INSTALL @@ -11,9 +11,11 @@ Run without install Extract files from archive and run qweechat.py: +---------------------------------------- $ tar xvzf qweechat-x.y.tar.gz $ cd qweechat-x.y $ python src/qweechat/qweechat.py +---------------------------------------- Run with install @@ -21,9 +23,22 @@ Run with install Extract files from archive and install using script 'setup.py': +---------------------------------------- $ tar xvzf qweechat-x.y.tar.gz $ cd qweechat-x.y -$ python setup.py install +---------------------------------------- + +To install in your home: + +---------------------------------------- +$ python setup.py install --home=~/qweechat +---------------------------------------- + +To install in system directories (as root): + +---------------------------------------- +# python setup.py install +---------------------------------------- WeeChat setup @@ -32,7 +47,7 @@ WeeChat setup You have to add a relay port in WeeChat, for example on port 1234: ---------------------------------------- -/relay add weechat.* 1234 +/relay add weechat 1234 /set relay.network.password "mypass" ---------------------------------------- @@ -46,5 +61,7 @@ In QWeeChat, click on connect and enter fields: * 'port': the relay port (defined in WeeeChat) * 'password': the relay password (defined in WeeChat) +Options can be changed in file '~/.qweechat/qweechat.conf'. + See AUTHORS for support, feel free to contact us for any problem.