From 8820dc6bfddf544252319c26513a3d54b701eca6 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 18 Aug 2022 10:26:19 +0200 Subject: [PATCH] Fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494c312..a665a6a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The bot will process any of the above keywords thanks to the wrapper for ejabber Before running `python xmpp.py`: -1. git clone https://git.mastodont.cat/spla/xmppbot.git target_dir. +1. git clone https://git.mastodont.cat/spla/xmppbot.py target_dir. 2. `cd target_dir` 3. create the Python Virtual Environment with `python3.x -m venv .` 4. activate it with `source bin/activate`