aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2020-04-28 13:40:39 +1000
committerBen Sturmfels <ben@sturm.com.au>2020-04-28 13:40:39 +1000
commit6808038a06686b67fa8f6476b487f848fcb47b2c (patch)
treeb36bbcab19badac46118b5ffa197c08913305e5c /docs/source/siteadmin/deploying.rst
parent450ebea7c74269224050bbe5d719c2ca7efd0126 (diff)
downloadmediagoblin-6808038a06686b67fa8f6476b487f848fcb47b2c.tar.lz
mediagoblin-6808038a06686b67fa8f6476b487f848fcb47b2c.tar.xz
mediagoblin-6808038a06686b67fa8f6476b487f848fcb47b2c.zip
Properly quote --without-python3 in docs (#5596).
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index c91912af..40254e2c 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -257,7 +257,7 @@ Set up the hacking environment::
$ ./bootstrap.sh && ./configure && make
(Note that if you'd prefer to run MediaGoblin with Python 2, pass in
-`--without-python3` to the `./configure` command.)
+``--without-python3`` to the ``./configure`` command.)
Create and set the proper permissions on the ``user_dev`` directory.
This directory will be used to store uploaded media files::