From 3f66cd874c74228d29e62babe1c91ec9a61f60dc Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Tue, 13 Oct 2020 14:58:34 +0200 Subject: [PATCH] Improve readme to know how to install the library --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3084e8c..727367c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Message handlers implement `messageHandler` interface Check `kafka_test.go` for more information and examples of use +## Installing + +We're using vendor versioning on the modules, for that reason if you want to install the last version you will to do: + +```sh +$ go get github.com/chiguirez/kfk/v2 +``` + # Authors * [Pau Galindo](https://github.com/paugalindo)