From 493dcd82ed3057e5f6482731713d3757689e1e66 Mon Sep 17 00:00:00 2001 From: jyw Date: Fri, 27 Sep 2013 09:41:20 -0500 Subject: [PATCH] Update DEVELOPER.md --- DEVELOPER.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 7972605..4ba4cac 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -24,7 +24,10 @@ # Clone the cdn repository (if necessary) git clone git@github.com:NUKnightLab/cdn.knightlab.com.git - + + # Clone the fablib repository (if necessary) + git clone git@github.com:NUKnightLab/fablib.git + # Clone the timeline repository (and the submodules) git clone --recursive git@github.com:NUKnightLab/TimelineJS.git