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

Commit

Permalink
fix: add missing cd command for hello world (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsisyfos authored Mar 24, 2024
1 parent ae42a53 commit 39162aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/build/quick-start/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ Smart contracts deployed to zkSync must be compiled using our custom compilers:

As this is a Solidity project, it already has the `hardhat-zksync-solc` plugin installed and configured so there's nothing you need to setup. To compile the contracts in the project, run the following command:

1. Navigate into the project directory:

```sh
cd hello-zksync
```

::: code-tabs

@tab:active yarn
Expand Down

0 comments on commit 39162aa

Please sign in to comment.