Skip to content

Commit

Permalink
Merge pull request #14 from a1111198/chore/readme
Browse files Browse the repository at this point in the history
chore: Correct command in README to verify forge zksync installation
  • Loading branch information
PatrickAlphaC authored Jul 12, 2024
2 parents cc241b5 + 0a77ccc commit 5292eaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ forge script script/DeploySimpleStorage.s.sol --private-key <PRIVATE_KEY> --rpc-

### Prerequisites
- [foundry-zksync](https://github.com/matter-labs/foundry-zksync)
- You'll know you've done it right if you can run `forge-zksync --version` and you see a response like `forge-zksync 0.0.2 (816e00b 2023-03-16T00:05:26.396218Z)`
- You'll know you've done it right if you can run `forge --version` and you see a response like `forge 0.0.2 (816e00b 2023-03-16T00:05:26.396218Z)`
- If you're unsure whether you're using vanilla or zkSync, note that for zkSync it is `0.0.2`, and for vanilla it is `0.2.0` (these are versions which may change over time).

- [docker](https://docs.docker.com/engine/install/)
- You'll know you've done it right if you can run `docker --version` and you see a response like `Docker version 20.10.7, build f0df350`
- [nodejs & npm](https://nodejs.org/en/download/package-manager)
Expand Down

0 comments on commit 5292eaf

Please sign in to comment.