From 591e055a38b105c4ca8e3d9363235cb453431206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Mon, 9 Mar 2020 16:54:42 -0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ca5ea1d..5226fd6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,23 @@ So in general there are no vendor dependencies needed for installation. The following about section was taken from [cucumber](https://cucumber.io/) homepage. +## Notice: + +**If your project depend on the master version of godog instead of a specific release, please read this.** + +Due to dependency changes in a coming merge to master, including breaking changes, you should update how you install or depend on godog so that you have a version specified. + +### Install +``` +go get github.com/cucumber/godog/cmd/godog@v0.8.1 +``` +Adding `@v0.8.1` will install v0.8.1 specifically instead of master. + +Running `within the $GOPATH`, you would also need to set `GO111MODULE=on`, like this: +``` +GO111MODULE=on go get github.com/cucumber/godog/cmd/godog@v0.8.1 +``` + ## About #### A single source of truth