Hi. in the docs it says to run `curl -fsSL -o ampe...
# amper
g
Hi. in the docs it says to run
curl -fsSL -o amper "<https://maven.pkg.jetbrains.space/public/p/amper/amper/org/jetbrains/amper/cli/0.3.0/cli-0.3.0-wrapper.sh?download=true>" && chmod +x amper
but it returns 404
1
curl: (22) The requested URL returned error: 404
a
That’s a bug in the doc. Fixed now; The correct link is
Copy code
curl -fsSL -o amper "<https://maven.pkg.jetbrains.space/public/p/amper/amper/org/jetbrains/amper/cli/0.3.0/cli-0.3.0-wrapper?download=true>" && chmod +x amper