From 4a1da435b27b11f031807c7642bacfa6630bcaad Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Fri, 23 Feb 2024 12:59:56 +0000 Subject: [PATCH] chore: update readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1be6013d..07753b23 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,26 @@ For feature or change requests, feel free to open a PR, start a discussion or ge For guidance on how to create PRs, see the [CONTRIBUTING](./CONTRIBUTING.md) guide. +## Using this repo + +To install dependencies, run: + +```bash +pnpm install +``` + +To build the project, run: + +```bash +pnpm build +``` + +To run tests, run: + +```bash +pnpm test -r +``` + ## Credits - [Safe{Core} Protocol](https://github.com/safe-global/safe-core-protocol/): ExecutorManager.sol is heavily insprired by Safe's SafeProtocolManager but is compatible across all supported accounts