Skip to content

Commit fb1a5e0

Browse files
committed
Add correct checkout instructions
1 parent b8780e9 commit fb1a5e0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ doc.save('Test.pdf');
1818
## Checking out the source
1919

2020
```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
21+
git clone --recursive git://github.com/MrRio/jsPDF.git
2422
```
2523

2624
## Credits

0 commit comments

Comments
 (0)