]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Change git clone command in readme to have the --recursive flag
authorGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 01:45:46 +0000 (17:45 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 6 Jan 2016 01:45:46 +0000 (17:45 -0800)
README.md

index 6c45cc4b9a3c3c82632a333deaf15797c9fb23d2..a0d8e5d60a52484f482a252e5c118d5ee074bf90 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ The Sass is compiled using libsass, which requires the GCC to be installed on yo
 To get going with Foundation for Emails you'll need run the following commands in your projects directory:
 
 ```
-git clone https://github.com/zurb/foundation-emails.git
+git clone --recursive https://github.com/zurb/foundation-emails.git
 cd foundation-emails
 npm install
 ```