Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add template-sync tool to the documentation #520

Merged
merged 5 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. [Update](docs/update.md)

## License

Expand Down
10 changes: 10 additions & 0 deletions docs/update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Update your project
mano-lis marked this conversation as resolved.
Show resolved Hide resolved

You-ve started a project with symfony-docker template and you'd like to benefit from the latest enhancements (i.e. FrankenPHP). Juste use this git based tool
[template-sync](https://github.com/mano-lis/template-sync) by running :
```shell
curl -sSL https://raw.githubusercontent.com/mano-lis/template-sync/main/template-sync.sh | sh -s -- [<url-of-the-template>](https://github.com/dunglas/symfony-docker)https://github.com/dunglas/symfony-docker
```
Resolve potential conflicts, run `git cherry-pick --continue` and job is done.

Full documentation [here](https://github.com/mano-lis/template-sync/blob/main/README.md)
mano-lis marked this conversation as resolved.
Show resolved Hide resolved