From: Christopher Allan Webber Date: Wed, 24 Jul 2013 01:24:30 +0000 (-0500) Subject: Move the "cd mediagoblin" to the right line. Thanks usrnix! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b889f97156ecb9dc1d72cd8d52a21245e0d28834;p=mediagoblin.git Move the "cd mediagoblin" to the right line. Thanks usrnix! This commit sponsored by Kenneth Dombrowski. Thanks! --- diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 751b01c5..50fc05c5 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -160,11 +160,11 @@ directory. Modify these commands to reflect your own environment:: Clone the MediaGoblin repository and set up the git submodules:: git clone git://gitorious.org/mediagoblin/mediagoblin.git + cd mediagoblin git submodule init && git submodule update And set up the in-package virtualenv:: - cd mediagoblin (virtualenv --system-site-packages . || virtualenv .) && ./bin/python setup.py develop .. note::