From 1c72717bc9443abd3e79181fbc9c075fdea6a427 Mon Sep 17 00:00:00 2001 From: Sergei Tikhomirov Date: Mon, 23 Sep 2024 18:00:10 +0200 Subject: [PATCH] fix: include dependency installation in README (#15) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 486a37f..011d4c7 100644 --- a/README.md +++ b/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 - [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