Skip to content

Commit

Permalink
Update Migration docs install command
Browse files Browse the repository at this point in the history
Be consistent with the front-page docs
  • Loading branch information
mudler authored and onsi committed Apr 26, 2022
1 parent 7baa1cb commit d721863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MIGRATING_TO_V2.md
Original file line number Diff line number Diff line change
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@latest
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@latest
ginkgo version //should print out "Ginkgo Version 2.0.0"
```

Expand Down

0 comments on commit d721863

Please sign in to comment.