diff --git a/readme.md b/readme.md index 25067da..a88ca4a 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,10 @@ Clone git repository with submodules: $ git clone --recursive git://github.com/niklasvh/html2canvas.git +Install Grunt and uglifyjs: + + $ npm install -g grunt-cli uglify-js + Run the full build process (including lint, qunit and webdriver tests): $ grunt