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?
go get -u github.com/onsi/ginkgo/ginkgo". No you didn't.go installis used to install commands.go getis used to track dependencies.PATHenv variable is configured correctly. See stackoverflow.com/a/21012349/2270041$GOPATHenv variable setted (justecho $GOPATH) and double check theginkgois located in the$GOPATH/bin/ginkgopath