fix: include dependency installation in README (#15)
This commit is contained in:
parent
64df4593c6
commit
1c72717bc9
10
README.md
10
README.md
|
@ -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
|
- [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
|
- [Solhint Community](https://github.com/solhint-community/solhint-community): linter for Solidity code
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
- `pnpm` ([installation instructions](https://pnpm.io/installation))
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Install dependencies before first run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pnpm install
|
||||||
|
```
|
||||||
|
|
||||||
This is a list of the most frequently needed commands.
|
This is a list of the most frequently needed commands.
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
Loading…
Reference in New Issue