feat: update git repo url to point to self-hosted gitea

This commit is contained in:
Xavier Logerais
2024-06-21 08:49:05 +00:00
parent 6cfdf3d893
commit b517be3168
5 changed files with 5 additions and 5 deletions

View File

@ -3,5 +3,5 @@
Just a script to easily setup my shell environment on new devices.
```
git clone https://github.com/xlogerais/config-bootstrap.git ~/.bootstrap && cd ~/.bootstrap && bash bootstrap.bash
git clone https://gitea.logerais.com/xavier/config-bootstrap.git ~/.bootstrap && cd ~/.bootstrap && bash bootstrap.bash
```