diff options
-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: |