diff --git a/README.md b/README.md index 7271aa9..48896ad 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,20 @@ ## Tips & Tricks +### Seeing what changed in `homeserver.yaml` between versions + +Change the version range to suit your needs. + +``` +git clone https://github.com/matrix-org/synapse +cd synapse/docs +git log --follow -p v1.48.0..v1.51.0 sample_config.yaml +``` + ### Generating a new `homeserver.yaml` +The default is also available to see [here](https://matrix-org.github.io/synapse/latest/usage/configuration/homeserver_sample_config.html). + ``` docker run -it \ --entrypoint="" \