zsh: command not found: otpauth
muhammadsamir11 opened this issue · 1 comments
muhammadsamir11 commented
zsh: command not found: otpauth
dim13 commented
Go installs binaries into $GOPATH/bin
. See https://golang.org/doc/gopath_code.html#GOPATH
Add export PATH=$PATH:$(go env GOPATH)/bin
into your ~/.zshrc
for easy access.