From ada2d1c7cf697e186ead19f580cc47b5e8d74289 Mon Sep 17 00:00:00 2001 From: megamichi Date: Sun, 8 Dec 2024 20:22:28 +0100 Subject: [PATCH] http link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6ada4..58d0203 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ install the requirements and make the file called "main.py" executable.\ You can do that using these commands: ```bash -git clone git@teapot.informationsanarchistik.de:Wobbl/Bread_Editor.git +git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git cd Bread_Editor pip install -r requirements.txt chmod +x main.py