Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: include mention of anvil-zksync in installer guide #53

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/instal

This will install Foundryup-zksync. Simply follow the on-screen instructions, and the `foundryup-zksync` command will become available in your CLI.

Running `foundryup-zksync` will automatically install the latest (nightly) versions of the [precompiled binaries](#precompiled-binaries): `forge` and `cast`. For additional options, such as installing a specific version or commit, run `foundryup-zksync --help`.
Running `foundryup-zksync` automatically installs the latest nightly versions of the [precompiled binaries](#precompiled-binaries), including `forge` and `cast`. Additionally, it fetches the most recent version of the precompiled binary `anvil-zksync` from the [anvil-zksync releases](https://github.com/matter-labs/anvil-zksync/releases).

For additional options, such as installing a specific version or commit, run `foundryup-zksync --help`.

> ℹ️ **Note**
>
Expand Down
Loading