Added git http clone url to the README.md, as suggested by Megamichi.
This commit is contained in:
parent
a23750f6b2
commit
de64c08532
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
Loading…
Add table
Reference in a new issue