X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=doc%2Fsource%2Frtbl.rst;fp=doc%2Fsource%2Frtbl.rst;h=b8f34fcdc48cd3112744381eef253c5a128ed859;hp=daa891c9fbd91eb6089f9eba021645642d04e53f;hb=a27c7e2eaf79079f3eb6fdf5de98e4e9e335f548;hpb=0e3aa92150d9a8ff2085928a8a595f3c88b0e66d diff --git a/doc/source/rtbl.rst b/doc/source/rtbl.rst index daa891c..b8f34fc 100644 --- a/doc/source/rtbl.rst +++ b/doc/source/rtbl.rst @@ -7,7 +7,7 @@ The real time block list plugin can be used easily calling the module: # Create the virtual env python3 -m venv --prompt "rtbl-bot" venv - ./venv/bin/activate + . ./venv/bin/activate pip install -U pip wheel slixmpp==1.8.3 # Fetch the code git clone -b dev https://gitlab.com/kaliko/sid.git @@ -20,8 +20,10 @@ Then run, within the same virtual env: .. code:: bash # Activate the previously created virtual env - ./venv/bin/activate + . ./venv/bin/activate # Run the bot python3 -m sid.rtbl --jid botjid@example.org \ --room muc_to_moderate@conf.example.org \ --rtbl xmppbl.org + +.. vim: spell spelllang=en