Skip to content

Commit

Permalink
docs: updating the project (#520)
Browse files Browse the repository at this point in the history
* doc: add template-sync tool to the documentation

* docs: add a  link tu update.md in README

* fix: pr review

* Update README.md

* Update and rename update.md to updating.md

---------

Co-authored-by: Kévin Dunglas <[email protected]>
  • Loading branch information
mano-lis and dunglas authored Jan 3, 2024
1 parent b6f8692 commit 661beb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ with [FrankenPHP](https://frankenphp.dev) and [Caddy](https://caddyserver.com/)
6. [TLS Certificates](docs/tls.md)
7. [Using a Makefile](docs/makefile.md)
8. [Troubleshooting](docs/troubleshooting.md)
9. [Updating the template](docs/updating.md)

## License

Expand Down
15 changes: 15 additions & 0 deletions docs/updating.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Updating Your Project

To import the changes made to the *Symfony Docker* template into your project, we recommend using
[*template-sync*](https://github.com/mano-lis/template-sync):

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
```

2. Resolve conflicts, if any
3. Run `git cherry-pick --continue`

For more advanced options, refer to [the documentation of *template sync*](https://github.com/coopTilleuls/template-sync#template-sync).

0 comments on commit 661beb8

Please sign in to comment.