From 4c6c21be00f1d8eb17ab41d8eceb1330d7752c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnblad?= Date: Mon, 9 Mar 2020 13:49:32 -0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8577f0c..ca5ea1d 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,15 @@ When automated testing is this much fun, teams can easily protect themselves from costly regressions. ## 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. - go get github.com/cucumber/godog/cmd/godog +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 +``` ## Example