Skip to content

Commit

Permalink
WEB3-206: Add git submodule update --init to README (#139)
Browse files Browse the repository at this point in the history
add git submodule update --init to README
  • Loading branch information
capossele authored Oct 30, 2024
1 parent ecee4bd commit c46fbe4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,19 @@ Your new project consists of:

### Build the Code

- Update git submodules.

```sh
git submodule update --init
```

- Builds for zkVM program, the publisher app, and any other Rust code.

```sh
cargo build
```

- Build your Solidity smart contracts
- Build your Solidity smart contracts.

> NOTE: `cargo build` needs to run first to generate the `ImageID.sol` contract.
Expand Down

0 comments on commit c46fbe4

Please sign in to comment.