From 19bfe61502ba35a3235b4970c10b9366a0aa9b61 Mon Sep 17 00:00:00 2001 From: Denis Parchenko Date: Tue, 27 Oct 2015 02:30:02 +0200 Subject: [PATCH] Add 'Installation' section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 45a1a26..1384803 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ time="Oct 27 00:44:26" level=fatal msg="The ice breaks!" number=100 omg=true exit status 1 ``` +## Installation +To install formatter, use `go get`: + +```sh +$ go get github.com/x-cray/logrus-prefixed-formatter +``` + ## Usage Here is how it should be used: