Skip to content

Commit

Permalink
fix(zk_toolbox): Fix installation guide (#2035)
Browse files Browse the repository at this point in the history
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
  • Loading branch information
Deniallugo authored May 23, 2024
1 parent 5d23a3e commit e9038be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zk_toolbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Install zk_inception from git:

Manually building from a local copy of the [ZkSync](https://github.com/matter-labs/zksync-era/) repository:

`cargo install --path ./zk_toolbox/crates/zk_inception --force --locked`
```
cd zk_toolbox
cargo install --path ./crates/zk_inception --force --locked
```

### Foundry Integration

Expand Down

0 comments on commit e9038be

Please sign in to comment.