aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-04-20 15:43:46 +0100
committerMark Longair <mhl@pobox.com>2012-04-23 11:15:14 +0100
commit64c21787babd5665dec7a6d81366d59f8e6f2bfb (patch)
tree76cd130a6b7f92d16b52825cf5597837a6ce7b9f
parent1fc50dcc7f65ae04055a803579445a9397e3ffdf (diff)
Suggest "git clone --recursive <URL>" as an alternative
-rw-r--r--notes/INSTALL.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod
index ea549bd7e..cf0034eb5 100644
--- a/notes/INSTALL.pod
+++ b/notes/INSTALL.pod
@@ -13,6 +13,11 @@ following command from inside the fixmystreet directory:
git submodule update --init
+If you're using git version 1.6.5 or later, you can do those steps in
+one go with:
+
+ git clone --recursive https://github.com/mysociety/fixmystreet.git
+
=head1 REQUIREMENTS
On the server you are installing FixMyStreet on you will need the following things: