Properly quote --without-python3 in docs (#5596).

This commit is contained in:
Ben Sturmfels 2020-04-28 13:40:39 +10:00
parent 450ebea7c7
commit 6808038a06
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -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::