When I run this command
ginkgo bootstrap
I am getting this error
zsh: command not found: ginkgo
I have already installed ginkgo using the following command
go get -u github.com/onsi/ginkgo/ginkgo
I am unable to understand what I am doing wrong?