We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
even though I am installing the required dependencies I am getting this error
zsh: command not found: goplantuml
I've run these commands to install goplantuml
goplantuml
❯ go get github.com/jfeliu007/goplantuml/parser ❯ go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest
and then, tried running this command goplantuml temp.go and got the error
goplantuml temp.go
The text was updated successfully, but these errors were encountered:
Try instead running ~/home/<your_user>/go/bin/goplantuml temp.go
~/home/<your_user>/go/bin/goplantuml temp.go
Sorry, something went wrong.
Is this resolved?
Solution for Macbook:
export PATH=$PATH:$(go env GOPATH)/bin echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.zshrc source ~/.zshrc
@jfeliu007 Would adding it to a help session in the Readme would be great?
No branches or pull requests
even though I am installing the required dependencies I am getting this error
zsh: command not found: goplantuml
I've run these commands to install
goplantuml
and then, tried running this command
goplantuml temp.go
and got the errorThe text was updated successfully, but these errors were encountered: