Closed ravi-chukka closed 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"
Hello, probably you need to add $GOPATH/bin to your $PATH.
$GOPATH/bin
$PATH
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"