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
After running go get -u github.com/voutasaurus/acmecancel I then tried to run, using the command described in the readme.
go get -u github.com/voutasaurus/acmecancel
But I got:
zsh: command not found: acmecancel.
zsh: command not found: acmecancel
Any ideas as to what I am doing wrong?
The text was updated successfully, but these errors were encountered:
Each time you install a new software with zsh, csh and tcsh, you need to refresh the cached list of binaries available in your path with rehash.
rehash
Sorry, something went wrong.
No branches or pull requests
After running
go get -u github.com/voutasaurus/acmecancel
I then tried to run, using the command described in the readme.But I got:
zsh: command not found: acmecancel
.Any ideas as to what I am doing wrong?
The text was updated successfully, but these errors were encountered: