Skip to content

Commit

Permalink
Follow redirect when installing foundryup (gakonst#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis authored Jan 20, 2022
1 parent f046b76 commit 940c942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Foundry consists of:
First run the command below to get `foundryup`, the Foundry toolchain installer:

```
curl https://foundry.paradigm.xyz | bash
curl -L https://foundry.paradigm.xyz | bash
```

Then in a new terminal session or after reloading your PATH, run it to get the latest `forge` and `cast` binaries:
Expand Down

0 comments on commit 940c942

Please sign in to comment.