summary refs log tree commit diff
path: root/develop/turn-howto.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-03-04 11:59:19 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-03-04 11:59:19 +0000
commit7fd04745875bfa90c2a24a07bb9bb5dc40efb0be (patch)
tree4b57d6e098b5c046dcff995384202fe8dc0a7e5d /develop/turn-howto.html
parentdeploy: 1fbe0316a991e77289d4577b16ff3fcd27c26dc8 (diff)
downloadsynapse-7fd04745875bfa90c2a24a07bb9bb5dc40efb0be.tar.xz
deploy: 4aeb00ca20a0d9dbb2a104591aca081c723eb6d9
Diffstat (limited to 'develop/turn-howto.html')
-rw-r--r--develop/turn-howto.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/turn-howto.html b/develop/turn-howto.html
index 522dc5b12d..d5838c2a1f 100644
--- a/develop/turn-howto.html
+++ b/develop/turn-howto.html
@@ -387,8 +387,9 @@ turn_allow_guests: True
 <p>After updating the homeserver configuration, you must restart synapse:</p>
 <ul>
 <li>If you use synctl:
-<pre><code class="language-sh">cd /where/you/run/synapse
-./synctl restart
+<pre><code class="language-sh"># Depending on how Synapse is installed, synctl may already be on
+# your PATH. If not, you may need to activate a virtual environment.
+synctl restart
 </code></pre>
 </li>
 <li>If you use systemd: