Update git URL

This commit is contained in:
Quentin 2022-11-13 15:54:27 +01:00
parent 53bfee8a0f
commit f48df53ba2
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ Python >=3.6
If the python package is hosted on a repository, you can install directly using: If the python package is hosted on a repository, you can install directly using:
```sh ```sh
pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git
``` ```
(you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python.git`) (you may need to run `pip` with root permission: `sudo pip install git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python.git`)
Then import the package: Then import the package:
```python ```python

View File

@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
fi fi
if [ "$git_user_id" = "" ]; then if [ "$git_user_id" = "" ]; then
git_user_id="quentin" git_user_id="garage-sdk"
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
fi fi