skeeto / passphrase2pgp

Generate a PGP key from a passphrase
The Unlicense
188 stars 14 forks source link

Can't find `passphrase2pgp` command after installation #13

Closed WhiteBlackGoose closed 2 years ago

WhiteBlackGoose commented 2 years ago

Hi. I installed passphrase2pgp using

go install nullprogram.com/x/passphrase2pgp@latest

It installed successfully (at least, no errors). But the command is still not found. I never used go before, so I may be misusing something.

go's version is go1.19.2 linux/amd64.

WhiteBlackGoose commented 2 years ago

Apparently I also need to add ~/go/bin as an environment variable