We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8399ff commit 631bfc2Copy full SHA for 631bfc2
README.md
@@ -15,6 +15,14 @@ doc.save('Test.pdf');
15
16
### Head over to [jsPDF.com](http://jspdf.com) for the live editor and examples
17
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
26
## Credits
27
28
Big thanks to Daniel Dotsenko from [Willow Systems Corporation](http://willow-systems.com) for making huge contributions to the codebase.
0 commit comments