You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "local-user install" new instruction that just got merged in amber-lang/amber#473 doesn't actually work.
The previous installation instruction with curl -s "URL" | /bin/bash -s -- --user worked and still works for me on Fedora. The new bash -- --user <(curl -s "URL") doesn't work, and gives the following error:
bash: --user: No such file or directory
This only applies to the local-user install, not the system-wide install.
The text was updated successfully, but these errors were encountered:
The "local-user install" new instruction that just got merged in amber-lang/amber#473 doesn't actually work.
The previous installation instruction with
curl -s "URL" | /bin/bash -s -- --user
worked and still works for me on Fedora. The newbash -- --user <(curl -s "URL")
doesn't work, and gives the following error:This only applies to the local-user install, not the system-wide install.
The text was updated successfully, but these errors were encountered: