From 8d17d929c05b9553a8643e5d10e171685c78470d Mon Sep 17 00:00:00 2001 From: Alpha Date: Fri, 10 Aug 2018 11:55:17 +0800 Subject: [PATCH] ADD: install method --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d72460..efaa763 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ response body, for clients which support it. Although it's usually simpler to leave that to a reverse proxy (like nginx or Varnish), this package is useful when that's undesirable. +## Install +```bash +go get -u github.com/NYTimes/gziphandler +``` ## Usage