diff options
author | Mark Longair <mhl@pobox.com> | 2012-04-20 15:43:46 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-04-23 11:15:14 +0100 |
commit | 64c21787babd5665dec7a6d81366d59f8e6f2bfb (patch) | |
tree | 76cd130a6b7f92d16b52825cf5597837a6ce7b9f /notes | |
parent | 1fc50dcc7f65ae04055a803579445a9397e3ffdf (diff) |
Suggest "git clone --recursive <URL>" as an alternative
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL.pod | 5 |
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: |