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