dim13 / otpauth

Google Authenticator migration decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh: command not found: otpauth

muhammadsamir11 opened this issue · comments

zsh: command not found: otpauth

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.