Switch from GitHub to TrudeGIT

This commit is contained in:
2025-07-05 14:17:45 +01:00
parent 7bd52ac02e
commit 4962cf5464
2 changed files with 3 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ The 'main' branch is my current configuration, while others serve as an archive
To install my current configuration, run:
```sh
sh <(curl -s https://raw.githubusercontent.com/TrudeEH/dotfiles/refs/heads/main/install.sh)
sh <(curl -s https://git.trude.dev/trude/dotfiles/raw/branch/main/install.sh)
```