From de64c08532a76e7697e40eaa4d78a629e5b149c1 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Mon, 9 Dec 2024 14:35:04 +0100 Subject: [PATCH] Added git http clone url to the README.md, as suggested by Megamichi. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6ada4..a4106f8 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,17 @@ 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 ``` +If you have already set up git for ssh, you can also clone the repository like this: + +```bash +git clone git git@teapot.informationsanarchistik.de:Wobbl/Bread_Editor.git +``` + Now you can execute the program using `./main.py`. You can also create a desktop shortcut to the file. \ No newline at end of file