Skip to content

Commit 631bfc2

Browse files
committed
Update README
1 parent e8399ff commit 631bfc2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ doc.save('Test.pdf');
1515

1616
### Head over to [jsPDF.com](http://jspdf.com) for the live editor and examples
1717

18+
## Checking out the source
19+
20+
```bash
21+
git clone git@github.com:MrRio/jsPDF.git
22+
cd jsPDF
23+
git pull && git submodule init && git submodule update && git submodule status
24+
```
25+
1826
## Credits
1927

2028
Big thanks to Daniel Dotsenko from [Willow Systems Corporation](http://willow-systems.com) for making huge contributions to the codebase.

0 commit comments

Comments
 (0)