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

Commit

Permalink
fix: fixing export statement being in 1 line (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-Lumi authored Feb 19, 2024
1 parent 70f82b8 commit 2867729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/zk-stack/running-a-hyperchain/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ git clone https://github.com/matter-labs/zksync-era
2. Add `ZKSYNC_HOME` to your path (e.g. `~/.bash_profile`, `~/.zshrc` ) - don't forget to source your profile file again (or restart your terminal):

```bash
export ZKSYNC_HOME=/path/to/zksync/repo/you/cloned export PATH=$ZKSYNC_HOME/bin:$PATH
export ZKSYNC_HOME=/path/to/zksync/repo/you/cloned
export PATH=$ZKSYNC_HOME/bin:$PATH
```

3. Build latest version of zk tools by just running `zk` on the root of the project.
Expand Down

0 comments on commit 2867729

Please sign in to comment.