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

Commit 2867729

Browse files
authored
fix: fixing export statement being in 1 line (#934)
1 parent 70f82b8 commit 2867729

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/zk-stack/running-a-hyperchain/locally.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ git clone https://github.com/matter-labs/zksync-era
2727
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):
2828

2929
```bash
30-
export ZKSYNC_HOME=/path/to/zksync/repo/you/cloned export PATH=$ZKSYNC_HOME/bin:$PATH
30+
export ZKSYNC_HOME=/path/to/zksync/repo/you/cloned
31+
export PATH=$ZKSYNC_HOME/bin:$PATH
3132
```
3233

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

0 commit comments

Comments
 (0)