Skip to content

Commit

Permalink
Update README.md (#153)
Browse files Browse the repository at this point in the history
use 'go install' in addition to '@latest' when installing gobdd
  • Loading branch information
connextrum committed Sep 5, 2024
1 parent f6e40b3 commit b8e6b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There is godog library for BDD tests in Go. I found this library useful but it r
Add the package to your project:

```
go get github.com/go-bdd/gobdd
go install github.com/go-bdd/gobdd@latest
```

Inside `features` folder create your scenarios. Here is an example:
Expand Down

0 comments on commit b8e6b8c

Please sign in to comment.