From 6adee95a257b647a0c0bef8b4e488e5a9e2a66c9 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 22 May 2015 11:15:00 -0500 Subject: No need to run git submodule init/update, run by bootstrap.sh --- docs/source/siteadmin/relnotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/siteadmin') 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 -- cgit v1.2.3