aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-05-22 11:15:00 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-05-22 11:15:00 -0500
commit6adee95a257b647a0c0bef8b4e488e5a9e2a66c9 (patch)
tree31e0a76c079c2165e264b3475138359753cc848e /docs/source/siteadmin/relnotes.rst
parent11199c3161cd6814ad0e760007bc04a8da03c30b (diff)
downloadmediagoblin-6adee95a257b647a0c0bef8b4e488e5a9e2a66c9.tar.lz
mediagoblin-6adee95a257b647a0c0bef8b4e488e5a9e2a66c9.tar.xz
mediagoblin-6adee95a257b647a0c0bef8b4e488e5a9e2a66c9.zip
No need to run git submodule init/update, run by bootstrap.sh
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r--docs/source/siteadmin/relnotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index 54371439..4ae41e5d 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -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