From 6addd14da4e5145ad07455ccf8aafd04cbcb30bb Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Sun, 2 Nov 2014 20:58:01 +0200 Subject: [PATCH] Update readme with information regarding submodules --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d4c1ccd..25067da 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,11 @@ The function returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/Ja ### Building ### -The library uses [grunt](http://gruntjs.com/) for building. Alternatively, you can download the latest build from [here](http://html2canvas.hertzen.com/build/html2canvas.js). +The library uses [grunt](http://gruntjs.com/) for building. Alternatively, you can download the latest build from [here](https://github.com/niklasvh/html2canvas/blob/master/dist/html2canvas.js). + +Clone git repository with submodules: + + $ git clone --recursive git://github.com/niklasvh/html2canvas.git Run the full build process (including lint, qunit and webdriver tests):