diff --git a/README.md b/README.md index 580e8ed..d85f70d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,16 @@ A command line executer for ai based command execution export CMD_ALIAS= && go install github.com/samcaspus/gem-cli@main && mv $GOPATH/bin/gem-cli $GOPATH/bin/$CMD_ALIAS ``` +# If error occurs while installation then try this + +```shell +export CMD_ALIAS= && go install github.com/samcaspus/gem-cli@latest && sudo mv $(go env GOPATH)/bin/gem-cli /usr/local/bin/$CMD_ALIAS +``` + Replace with your preferred cli name for any suggestions contact below or raise an issue to this repo - Email: sandeepguptan1998@gmail.com - Linkedin: https://www.linkedin.com/in/sandeepguptan1998 +