diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-12-14 12:56:33 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-12-14 12:56:33 -0600 |
commit | 7a917e291adb9a10d2cd6e5b1f4f95dabf75257e (patch) | |
tree | bccdf7100269d759a856ac8bcadb9b0bc8a08ee5 /docs/source/siteadmin/deploying.rst | |
parent | e2a4e048c9f6df3ef923b739c466af63ac9f4cdf (diff) | |
download | mediagoblin-7a917e291adb9a10d2cd6e5b1f4f95dabf75257e.tar.lz mediagoblin-7a917e291adb9a10d2cd6e5b1f4f95dabf75257e.tar.xz mediagoblin-7a917e291adb9a10d2cd6e5b1f4f95dabf75257e.zip |
Recommend cloning the stable branch instead of master from now on
This commit sponsored by Karen Rustad. You're awesome, Karen!
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 8356f4ba..58821329 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -193,7 +193,7 @@ Change to the MediaGoblin directory that you just created:: Clone the MediaGoblin repository and set up the git submodules:: - git clone git://gitorious.org/mediagoblin/mediagoblin.git + git clone git://gitorious.org/mediagoblin/mediagoblin.git -b stable cd mediagoblin git submodule init && git submodule update |