1 files changed, 1 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index 317d3ff1d5..1ed3bcca1c 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -15869,6 +15869,7 @@ See the <a href="development/../workers.html">worker documentation</a> for addit
</ul>
</li>
<li>Passing <code>ASYNCIO_REACTOR=1</code> as an environment variable to use the Twisted asyncio reactor instead of the default one.</li>
+<li>Passing <code>PODMAN=1</code> will use the <a href="https://podman.io/">podman</a> container runtime, instead of docker.</li>
</ul>
<p>To increase the log level for the tests, set <code>SYNAPSE_TEST_LOG_LEVEL</code>, e.g:</p>
<pre><code class="language-sh">SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=../complement ./scripts-dev/complement.sh -run TestImportHistoricalMessages
|