From 1ff8dec3b194b666725017005281befc9fa50656 Mon Sep 17 00:00:00 2001 From: Jean-Charles Passepont Date: Mon, 10 Feb 2020 17:41:08 +0000 Subject: [PATCH] fix: install instructions Install instruction modified: - adding go module requirement instruction (needing to match a working version) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 348f211..b911aae 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ A simple Go client for interacting with a Gotenberg API. ## Install +Proceed with Go modules by adding + ```bash -$ go get -u github.com/thecodingmachine/gotenberg-go-client/v7 +require github.com/thecodingmachine/gotenberg-go-client/v7 v7.1.0 ``` ## Usage @@ -61,4 +63,4 @@ For more complete usages, head to the [documentation](https://thecodingmachine.g [![Travis CI](https://travis-ci.org/thecodingmachine/gotenberg-go-client.svg?branch=master)](https://travis-ci.org/thecodingmachine/gotenberg-go-client) [![GoDoc](https://godoc.org/github.com/thecodingmachine/gotenberg-go-client?status.svg)](https://godoc.org/github.com/thecodingmachine/gotenberg-go-client) -[![Go Report Card](https://goreportcard.com/badge/github.com/thecodingmachine/gotenberg-go-client)](https://goreportcard.com/report/thecodingmachine/gotenberg-go-client) \ No newline at end of file +[![Go Report Card](https://goreportcard.com/badge/github.com/thecodingmachine/gotenberg-go-client)](https://goreportcard.com/report/thecodingmachine/gotenberg-go-client)