ProtonMail / gosop

Stateless CLI for GopenPGP
MIT License
33 stars 11 forks source link

gosop: command not found #14

Closed ravi-chukka closed 2 years ago

ravi-chukka commented 2 years ago

After trying the below commands

mkdir -p $GOPATH/src/github.com/ProtonMail/ cd $GOPATH/src/github.com/ProtonMail/ git clone git@github.com:ProtonMail/gosop.git && cd gosop go install

I got an error "bash: gosop: command not found"

twiss commented 2 years ago

Hello, probably you need to add $GOPATH/bin to your $PATH.