From 2a97edee302d7bbc84348fcf238b6e90cfab5354 Mon Sep 17 00:00:00 2001 From: Eauchat <34686393+eauchat@users.noreply.github.com> Date: Sat, 2 Jan 2021 16:34:28 +0000 Subject: [PATCH] Update README.md Add you should reload service for changes in config to be registered. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f7ac87..3a8728b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ HedgeDoc is a real-time collaborative word processing web service. It uses Markd ## Configuration You can configure HedgeDoc by editing this file `/var/www/hedgedoc/config.json` using the [documentation](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md) +When you finished editing the configuration, for your changes to take effect, you will have to run: `sudo systemctl restart hedgedoc`. ## Documentation