From 9c103bd9debab63feda72285ab35981a4efcd0bd Mon Sep 17 00:00:00 2001 From: Joe Germuska Date: Thu, 1 Aug 2013 13:37:41 -0500 Subject: [PATCH] fix typo; add --recursive to clone --- DEVELOPER.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index c8e666f..14c9cee 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -25,11 +25,11 @@ # Clone the cdn repository (if necessary) git clone git@github.com:NUKnightLab/cdn.knightlab.com.git - # Clone the timeline repository - git clone git@github.com:NUKnightLab/TimelineJS.git + # Clone the timeline repository (and the submodules) + git clone --recursive git@github.com:NUKnightLab/TimelineJS.git # Change into the timeline repository - cd TimelineHS + cd TimelineJS # Create a virtual environment mkvirtualenv TimelineJS