projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
450ebea
)
Properly quote --without-python3 in docs (#5596).
author
Ben Sturmfels
<ben@sturm.com.au>
Tue, 28 Apr 2020 03:40:39 +0000
(13:40 +1000)
committer
Ben Sturmfels
<ben@sturm.com.au>
Tue, 28 Apr 2020 03:40:39 +0000
(13:40 +1000)
docs/source/siteadmin/deploying.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/source/siteadmin/deploying.rst
b/docs/source/siteadmin/deploying.rst
index c91912af11dea9ca2498c90e3b87d6e7531fe0b3..40254e2ca7e085d929e2695fc553721e6e56fa5f 100644
(file)
--- 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::