Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix: add foundryup command after curl
Browse files Browse the repository at this point in the history
#1481

Description:
- Fix foundry install step 

Signed-off-by: Pookie Bear <Khaledvsall@gmail.com>
  • Loading branch information
KhaledAylii committed May 1, 2024
1 parent a5b91d0 commit 0c8825e
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 @@ -78,7 +78,7 @@ If you want to help contribute to the framework, check out the [Framework Specs]
2. Install Foundry:

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

3. Clone, Setup and Test:
Expand Down

0 comments on commit 0c8825e

Please sign in to comment.