dim13/otpauth

zsh: command not found: otpauth

muhammadsamir11 opened this issue · 1 comments

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.