From: kangax Date: Fri, 5 Aug 2011 22:46:37 +0000 (-0400) Subject: Update README to mention npm-based installation. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eae7f6bf826bfc8810090871ebc4cac3224ecc38;p=html-minifier.git Update README to mention npm-based installation. --- diff --git a/README.md b/README.md index a0afe92..3bedf72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [HTMLMinifier](http://kangax.github.com/html-minifier/) is a Javascript-based HTML minifier (duh), with lint-like capabilities. +Installing with [npm](https://github.com/isaacs/npm): + +
+npm install html-minifier
+
+ See [corresponding blog post](http://perfectionkills.com/experimenting-with-html-minifier/) for all the gory details of [how it works](http://perfectionkills.com/experimenting-with-html-minifier/#how_it_works), [description of each option](http://perfectionkills.com/experimenting-with-html-minifier/#options), [testing results](http://perfectionkills.com/experimenting-with-html-minifier/#field_testing) and [conclusions](http://perfectionkills.com/experimenting-with-html-minifier/#cost_and_benefits). [Test suite is available online](http://kangax.github.com/html-minifier/tests/index.html). \ No newline at end of file