Skip to content

Commit

Permalink
drop -mod=mod instructions; fixes #1026
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Aug 29, 2022
1 parent 817c09b commit 6ad7138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -38,7 +38,7 @@ In this section we cover installing Ginkgo, Gomega, and the `ginkgo` CLI. We bo
Ginkgo uses [go modules](https://go.dev/blog/using-go-modules). To add Ginkgo to your project, assuming you have a `go.mod` file setup, just `go install` it:

```bash
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
go install github.com/onsi/ginkgo/v2/ginkgo
go get github.com/onsi/gomega/...
```

Expand Down

0 comments on commit 6ad7138

Please sign in to comment.