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.
This commit is contained in:
parent
0289100a2d
commit
7e64dd5245
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue