No need to run git submodule init/update, run by bootstrap.sh
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 May 2015 16:15:00 +0000 (11:15 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 May 2015 16:15:00 +0000 (11:15 -0500)
docs/source/siteadmin/relnotes.rst

index 543714391f5853ced9f65d9af59d1841de69ef5b..4ae41e5d5c38480bdeb36a347f60e42d1f2ae9a9 100644 (file)
@@ -51,7 +51,7 @@ trouble, consider pinging the MediaGoblin list or IRC channel.
 0. If you haven't already, switch the git remote URL:
    ``git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git``
 1. Update to the latest release.  If checked out from git, run:
-   ``git fetch && git checkout -q v0.8.0 && git submodule init && git submodule update``
+   ``git fetch && git checkout -q v0.8.0``
 2. Run
    ``./bootstrap.sh && ./configure && make``
 3. Also run