Skip to content

Commit

Permalink
Install from shell using curl fixed (amber-lang#473)
Browse files Browse the repository at this point in the history
Seems that using the previous command the prompt is not working, with this version instead is executed and waited.

Also I fixed the URL to the actual now so there isn't anymore a redirect.
  • Loading branch information
Mte90 committed Sep 10, 2024
1 parent 72ed1e8 commit 805031f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Make sure that the operating system meets the following prerequisites

#### system-wide install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | /bin/bash
bash <(curl -s "https://raw.githubusercontent.com/amber-lang/amber/master/setup/install.sh")
```

#### local-user install
```bash
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | /bin/bash -s -- --user
bash -- --user <(curl -s "https://raw.githubusercontent.com/amber-lang/amber/master/setup/install.sh")
```

#### Via a package manager
Expand Down

0 comments on commit 805031f

Please sign in to comment.