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
for nsc we need a PowerShell installer that is simple to invoke:
iwr https://raw.githubusercontent.com/nats-io/nsc/master/install.ps1 -useb | iex
As a starting point, this may be helpful: https://deno.land/x/[email protected]/install.ps1
https://deno.land/x/[email protected]/install.ps1
The script should allow for a specific version, "nightly", or latest (by default). The storage target for the nightly is TBD.
The text was updated successfully, but these errors were encountered:
Also - the layout for the installation will differ a little from what is done today. See #445
Sorry, something went wrong.
this is completed.
scottf
No branches or pull requests
for nsc we need a PowerShell installer that is simple to invoke:
iwr https://raw.githubusercontent.com/nats-io/nsc/master/install.ps1 -useb | iex
As a starting point, this may be helpful:
https://deno.land/x/[email protected]/install.ps1
The script should allow for a specific version, "nightly", or latest (by default). The storage target for the nightly is TBD.
The text was updated successfully, but these errors were encountered: