Move the "cd mediagoblin" to the right line. Thanks usrnix!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Jul 2013 01:24:30 +0000 (20:24 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 24 Jul 2013 01:24:30 +0000 (20:24 -0500)
This commit sponsored by Kenneth Dombrowski.  Thanks!

docs/source/siteadmin/deploying.rst

index 751b01c5eb026a64d0c0e3bc080d24ab330d3186..50fc05c5cef774ac8de5cee6d253cf2f8229f744 100644 (file)
@@ -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::