aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/manual_install.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-05-29 15:25:26 +0100
committerLouise Crow <louise.crow@gmail.com>2015-05-29 15:25:26 +0100
commit22de9397d00d85a5e4d857cb8c7ffd4f19ca4f89 (patch)
tree5a96212d0c619b25c55185d03b1ee2dfe70007b3 /docs/installing/manual_install.md
parent2a352830329319380742b99cb16840b632b29ae2 (diff)
parent07f61fe9c11db6ea87d14a80ab868b4510d6718e (diff)
Merge branch 'gh-pages-develop' into gh-pages
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r--docs/installing/manual_install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index d4e2a6d17..0146762ca 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -241,10 +241,10 @@ Create the target directory and clone the Alaveteli source code in to this direc
--branch master \
https://github.com/mysociety/alaveteli.git /var/www/alaveteli
-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.
+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 `develop` branch.
pushd /var/www/alaveteli
- sudo -u alaveteli git checkout rails-3-develop
+ sudo -u alaveteli git checkout develop
sudo -u alaveteli git submodule update
popd