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
I was looking for a way to run the nk tool without directly installing it on my computer
Add nk tool to the image
Anyone that does not have go installed since nk installation seems to require go.
Installing go on my local computer and then installing the nk tool.
The text was updated successfully, but these errors were encountered:
Seems like there was deb files published for nk so as an alternative to the go install you can do:
wget https://github.com/nats-io/nkeys/releases/download/v0.4.7/nkeys-v0.4.7-amd64.deb sudo apt-get install ./nkeys-v0.4.7-amd64.deb
Sorry, something went wrong.
Would be useful too
No branches or pull requests
What motivated this proposal?
I was looking for a way to run the nk tool without directly installing it on my computer
What is the proposed change?
Add nk tool to the image
Who benefits from this change?
Anyone that does not have go installed since nk installation seems to require go.
What alternatives have you evaluated?
Installing go on my local computer and then installing the nk tool.
The text was updated successfully, but these errors were encountered: