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
getting this on installation:
main.go:24:2: cannot find module providing package github.com/envkey/envkey-source/cmd: working directory is not part of a module
same both for brew install envkey-source (after tap) and brew install envkey/envkey/envkey-source
brew install envkey-source
brew install envkey/envkey/envkey-source
The text was updated successfully, but these errors were encountered:
Thanks @Casyfill, looking into this. In the meantime you could try the curl/bash install if you're ok with that:
curl -s https://raw.githubusercontent.com/envkey/envkey-source/master/install.sh | bash
Sorry, something went wrong.
Remove homebrew install instructions from README until #17 is fixed
234369a
Remove homebrew install instructions from README until envkey/envkey-…
703cccd
…source#17 is fixed
No branches or pull requests
getting this on installation:
same both for
brew install envkey-source
(after tap) andbrew install envkey/envkey/envkey-source
The text was updated successfully, but these errors were encountered: