Move the "cd mediagoblin" to the right line. Thanks usrnix!

This commit sponsored by Kenneth Dombrowski.  Thanks!
This commit is contained in:
Christopher Allan Webber 2013-07-23 20:24:30 -05:00
parent 64ad0beea8
commit b889f97156

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