docs: update template-sync link

This commit is contained in:
Maxime Hélias 2024-02-26 16:20:50 +01:00 committed by Maxime Helias
parent e7d8ef7486
commit 9ac02d639c

View File

@ -6,7 +6,7 @@ To import the changes made to the *Symfony Docker* template into your project, w
1. Run the script to synchronize your project with the latest version of the skeleton:
```console
curl -sSL https://raw.githubusercontent.com/mano-lis/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker
curl -sSL https://raw.githubusercontent.com/coopTilleuls/template-sync/main/template-sync.sh | sh -s -- https://github.com/dunglas/symfony-docker
```
2. Resolve conflicts, if any