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):