From 6abca47b110f4ee9615a4b3d60ac585a325bac80 Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni Date: Wed, 26 Jan 2022 15:21:43 -0500 Subject: [PATCH] [fix] README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d81e7f5e..e91e62c4 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Once registered, anyone is able to use the market module by approving it via the ## Local Development -1. Install dependencies with `yarn` -2. Compile the contracts with `yarn build` -3. Run tests with `yarn test` +1. Install [Foundry](https://github.com/gakonst/foundry#installation) +2. Install dependencies with `yarn` & `forge update` +3. Compile the contracts with `yarn build` +4. Run tests with `yarn test`