We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186c34e commit dc2894bCopy full SHA for dc2894b
CONTRIBUTING.md
@@ -206,6 +206,9 @@ We use [Grunt](http://gruntjs.com/) as a task runner to perform certain things (
206
git clone https://github.com/<username>/webcompat.com.git #replace your github username
207
# change to directory
208
cd webcompat.com
209
+# check out submodules
210
+git submodule init
211
+git submodule update
212
# initializing project
213
[sudo] make install
214
```
@@ -248,6 +251,9 @@ Windows users should simply download the most recent Python 2.7 installer and ru
248
251
git clone [email protected]:username/webcompat.com.git
249
252
250
253
254
255
256
257
# set up virtual environment
258
[sudo] virtualenv env
259
source env/bin/activate
0 commit comments