Skip to content

Commit

Permalink
docs: MIGRATING_TO_V2.md update go install cmd
Browse files Browse the repository at this point in the history
go: 'go install' requires a version when current directory is not in a module
        Try 'go install github.com/onsi/ginkgo/v2/ginkgo@latest' to install the latest version
  • Loading branch information
qin-nz authored and onsi committed Apr 8, 2022
1 parent aae4480 commit ce3d373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MIGRATING_TO_V2.md
Expand Up @@ -23,7 +23,7 @@ To upgrade to Ginkgo 2.0, assuming you are using `go mod`, you'll need to do the

2. Install the V2 CLI. Running this may require you to run a few additional `go get`s - just follow the go toolchain's instructions until you successfully get ginkgo v2 compiled:
```bash
go install github.com/onsi/ginkgo/v2/ginkgo
go install github.com/onsi/ginkgo/v2/ginkgo@latest
ginkgo version //should print out "Ginkgo Version 2.0.0"
```

Expand Down

0 comments on commit ce3d373

Please sign in to comment.