From 7e64dd52453be84fb2903df613bd59fdefd60c9c Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 1 Apr 2024 07:48:52 +0200 Subject: [PATCH] feat: Update repository URLs in README Updated the repository URLs for the matrix-gptbot installation instructions and cloning directions in the README. The change points to a new hosting location on `git.private.coffee` from the previous `kumig.it`. This adjustment ensures users access the most current version of the code and contributes to a streamlined setup process by guiding them directly to the updated repository. This update is crucial for users looking to install the bot or contribute to its development, ensuring they're interfacing with the latest version and accurate information. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd1250f..a3d3f5f 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ pip install matrix-gptbot[all] This will install the latest release of the bot and all required dependencies for all available features. -You can also use `pip install git+https://kumig.it/kumitterer/matrix-gptbot.git` +You can also use `pip install git+https://git.private.coffee/kumi/matrix-gptbot.git` to install the latest version from the Git repository. #### End-to-end encryption @@ -80,7 +80,7 @@ Clone the repository and install the requirements to a virtual environment. ```shell # Clone the repository -git clone https://kumig.it/kumitterer/matrix-gptbot.git +git clone https://git.private.coffee/kumi/matrix-gptbot.git cd matrix-gptbot # If desired, activate a venv first