Skip to content

Commit

Permalink
Include instructions for updating submodules in CONTRIBUTING.md setup…
Browse files Browse the repository at this point in the history
… instructions, #850
  • Loading branch information
Hallvord R. M. Steen committed Dec 14, 2015
1 parent 66e7885 commit 7b5c13e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ We use [Grunt](http://gruntjs.com/) as a task runner to perform certain things (
git clone https://github.com/<username>/webcompat.com.git #replace your github username
# change to directory
cd webcompat.com
# check out submodules
git submodule init
git submodule update
# initializing project
[sudo] make install
```
Expand Down Expand Up @@ -248,6 +251,9 @@ Windows users should simply download the most recent Python 2.7 installer and ru
git clone git@github.com:username/webcompat.com.git
# change to directory
cd webcompat.com
# check out submodules
git submodule init
git submodule update
# set up virtual environment
[sudo] virtualenv env
source env/bin/activate
Expand Down

0 comments on commit 7b5c13e

Please sign in to comment.