]> kaliko git repositories - sid.git/commitdiff
Fixed rtbl documentation
authorkaliko <kaliko@azylum.org>
Sat, 25 Mar 2023 14:25:13 +0000 (15:25 +0100)
committerkaliko <kaliko@azylum.org>
Sat, 25 Mar 2023 14:25:13 +0000 (15:25 +0100)
doc/source/rtbl.rst

index b8f34fcdc48cd3112744381eef253c5a128ed859..7ff5260bbc78b6a3b2fb93d9202c27a6d9c5f7ab 100644 (file)
@@ -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