From b2857f5b70919d785f5e38fb679462a74712010d Mon Sep 17 00:00:00 2001 From: Bommels05 Date: Tue, 21 Oct 2025 21:48:47 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff62f17..05574b9 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Python 2.7 and 3.4+ If the python package is hosted on Github, you can install directly from Github ```sh -pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git +pip install git+https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/python-gitea.git ``` -(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`) +(you may need to run `pip` with root permission: `sudo pip install git+https://git.befatorinc.de/Befator-Inc-Firmen-Netzwerk/python-gitea.git`) Then import the package: ```python