summarylogtreecommitdiffstats
path: root/mautrix-googlechat.install
blob: 9093d4ffcb1b23f4be9e8e08fa1ede06ed41b6e6 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Update the config '/etc/synapse/mautrix-googlechat/config.yaml' to your environment"
  echo "Generate the appservice registration with the following command"
  echo "  mautrix-googlechat-registration"
  echo "Register the bridge by makeing the following change to homeserver.yaml"
  echo "    app_service_config_files:"
  echo "      - /etc/synapse/mautrix-googlechat/registration.yaml"
}