From 46439ab3e40e9e50492ff39726602faa29396eba Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Sun, 18 May 2014 15:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 0d63ca5..06cdaf7 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,29 @@ npm install html-minifier Chunks of markup can be ignored by wrapping them with ``. +Installation Instructions +---------------------------- + +From NPM for use as a command line app: +``` +npm install html-minifier -g +``` + +From NPM for programmatic use: +``` +npm install html-minifier +``` + +From Git: +``` +git clone git://github.com/kangax/html-minifier.git +cd html-minifier +npm link . +``` + +Usage +-------- +For command line usage please see `html-minifier --help` + [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge") -- 2.34.1