jbangdev / jbang

Unleash the power of Java - JBang Lets Students, Educators and Professional Developers create, edit and run self-contained source-only Java programs with unprecedented ease.
https://jbang.dev
MIT License
1.43k stars 159 forks source link

JBang docs for Windows installation doesn't work #1791

Open michalvavrik opened 7 months ago

michalvavrik commented 7 months ago

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

To Reproduce ...

Expected behavior ...

JBang version ...

Additional context ...

please ask for additional details if you need them

jcrben commented 7 months ago

scoop install jbang works for me fyi if you just want to install it for now

michalvavrik commented 7 months ago

scoop install jbang works for me fyi if you just want to install it for now

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.