Skip to content

Commit

Permalink
fix: include dependency installation in README (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tikhomirov authored Sep 23, 2024
1 parent 64df459 commit 1c72717
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,18 @@ Waku's RLNv2 contracts, which include -
- [Forge Std](https://github.com/foundry-rs/forge-std): collection of helpful contracts and cheatcodes for testing
- [Solhint Community](https://github.com/solhint-community/solhint-community): linter for Solidity code

## Prerequisites

- `pnpm` ([installation instructions](https://pnpm.io/installation))

## Usage

Install dependencies before first run:

```sh
pnpm install
```

This is a list of the most frequently needed commands.

### Build
Expand Down

0 comments on commit 1c72717

Please sign in to comment.