Updated Contributing (markdown)
parent
bfd16f5657
commit
8d81726443
@ -29,6 +29,13 @@ To fork the repository you'll need to sign up for a GitHub account. Once you hav
|
||||
git clone git://github.com/<YOUR USERNAME>/pdf.js.git
|
||||
```
|
||||
|
||||
and pull additional libraries/tools:
|
||||
```
|
||||
git submodule init
|
||||
git submodule update
|
||||
npm install
|
||||
```
|
||||
|
||||
It's useful to have the upstream repository registered as well
|
||||
```
|
||||
git remote add upstream git://github.com/mozilla/pdf.js.git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user