aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-19 13:22:48 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:21 +0100
commit1e79267b308dc40d6faf1b17af29a9c7435ea1a5 (patch)
tree95a77a1b7c62c08588e3b0ccca74f1b8f293fcea /docs
parent3778e58720c437dc81674b6533e58dc4c83d090a (diff)
Handle the case where the rails-3-develop branch has a different commonlib commit.
Diffstat (limited to 'docs')
-rw-r--r--docs/installing/manual_install.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 0f16b93ac..dc1ba200e 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -243,7 +243,8 @@ Create the target directory and clone the Alaveteli source code in to this direc
This clones the master branch which always contains the latest stable release. If you want to try out the latest (possibly buggy) code you can switch to the `rails-3-develop` branch.
pushd /var/www/alaveteli
- sudo -u alaveteli git checkout rails-3-develop
+ sudo -u alaveteli git checkout rails-3-develop
+ sudo -u alaveteli git submodule update
popd
The `--recursive` option installs mySociety's common libraries which are required to run Alaveteli.