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
Describe the bug https://www.jbang.dev/download/ says iex "& { $(iwr https://ps.jbang.dev) } app setup" which doesn't work https://www.jbang.dev/documentation/guide/latest/installation.html#using-jbang says iex "& { $(iwr -useb https://ps.jbang.dev) } app setup" which works
iex "& { $(iwr https://ps.jbang.dev) } app setup"
iex "& { $(iwr -useb https://ps.jbang.dev) } app setup"
To Reproduce ...
Expected behavior ...
JBang version ...
Additional context ...
please ask for additional details if you need them
The text was updated successfully, but these errors were encountered:
scoop install jbang works for me fyi if you just want to install it for now
scoop install jbang
Sorry, something went wrong.
thanks, the second command work for me. I basically wanted to reported that command in the Download page doesn't and I was in hurry.
No branches or pull requests
Describe the bug
https://www.jbang.dev/download/ says
iex "& { $(iwr https://ps.jbang.dev) } app setup"
which doesn't workhttps://www.jbang.dev/documentation/guide/latest/installation.html#using-jbang says
iex "& { $(iwr -useb https://ps.jbang.dev) } app setup"
which worksTo Reproduce
...
Expected behavior
...
JBang version
...
Additional context
...
please ask for additional details if you need them
The text was updated successfully, but these errors were encountered: