From 59fd1bfdbe676442a03dce7e8b17b0d25fa211dd Mon Sep 17 00:00:00 2001 From: Igor Lazarev Date: Fri, 26 Feb 2021 20:35:15 +0300 Subject: [PATCH] readme: how to install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2f687cc..0553b18 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Package language provides HTTP middleware for parsing language from HTTP request and passing it via context. +## How to install + +Run the following command to install the package: + +```bash +go get -u github.com/muonsoft/language +``` + ## Example of reading language from Accept-Language header ```golang