From 25cb0c6344ad53e0813d1fd2b6a6460588ed7a17 Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Wed, 14 Jan 2015 18:23:49 -0500 Subject: [PATCH] Update CONTRIBUTING.md Explain git init submodules step when checking out --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c87a5112a3..a84ed57fc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,7 @@ Contributions are always welcome, no matter how large or small. Before contribut * Fork the repository * Clone your fork and change directory to it (`git clone git@github.com:yourUserName/6to5.git && cd 6to5`) +* Install git submodules (`git submodule init && git submodule update`) * Install the project dependencies (`npm install`) * Link your forked clone (`npm link`) * Develop your changes ensuring you're fetching updates from upstream often