From be06a57247d30b7fba51b8a35ad9cdd92caa8529 Mon Sep 17 00:00:00 2001 From: yvele Date: Mon, 23 May 2016 08:27:52 +0200 Subject: [PATCH] docs(reamde): Add poosh-plugin-header-location-from-html installation instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7629e40..8e469b6 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,15 @@ Greatest values are uploaded first. ### Automatic Redirection Using the [header-location-from-html](packages/poosh-plugin-header-location-from-html) plugin, -the `location` HTTP header can be automatically generated from a file HTML [http-equiv](http://www.w3schools.com/tags/att_meta_http_equiv.asp) meta tag: +the `location` HTTP header can be automatically generated from a file HTML [http-equiv](http://www.w3schools.com/tags/att_meta_http_equiv.asp) meta tag. + +First install the plugin: + +```shell +> npm install -g poosh-plugin-header-location-from-html +``` + +And then use it in your configuration file: ```json5 {