From eae7f6bf826bfc8810090871ebc4cac3224ecc38 Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 5 Aug 2011 18:46:37 -0400 Subject: [PATCH] Update README to mention npm-based installation. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.34.1