From c281f75f61e8d661c4173f0d4809e82e4cd8100b Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 25 Mar 2023 15:25:13 +0100 Subject: [PATCH] Fixed rtbl documentation --- doc/source/rtbl.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/rtbl.rst b/doc/source/rtbl.rst index b8f34fc..7ff5260 100644 --- a/doc/source/rtbl.rst +++ b/doc/source/rtbl.rst @@ -5,12 +5,13 @@ The real time block list plugin can be used easily calling the module: .. code:: bash + # Fetch the code + git clone -b dev https://gitlab.com/kaliko/sid.git + cd sid # Create the virtual env python3 -m venv --prompt "rtbl-bot" venv . ./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 # Smoke test python3 -m sid.rtbl --help -- 2.39.2