Skip to content

Commit 7b5c13e

Browse files
author
Hallvord R. M. Steen
committed
Include instructions for updating submodules in CONTRIBUTING.md setup instructions, #850
1 parent 66e7885 commit 7b5c13e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ We use [Grunt](http://gruntjs.com/) as a task runner to perform certain things (
206206
git clone https://github.com/<username>/webcompat.com.git #replace your github username
207207
# change to directory
208208
cd webcompat.com
209+
# check out submodules
210+
git submodule init
211+
git submodule update
209212
# initializing project
210213
[sudo] make install
211214
```
@@ -248,6 +251,9 @@ Windows users should simply download the most recent Python 2.7 installer and ru
248251
git clone [email protected]:username/webcompat.com.git
249252
# change to directory
250253
cd webcompat.com
254+
# check out submodules
255+
git submodule init
256+
git submodule update
251257
# set up virtual environment
252258
[sudo] virtualenv env
253259
source env/bin/activate

0 commit comments

Comments
 (0)