From ae3f1688c6cb6d20455e323e0d6ee059b48281d9 Mon Sep 17 00:00:00 2001 From: JonathanAmenechi <7217608+JonathanAmenechi@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:48:04 -0500 Subject: [PATCH] chore: update readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 56e76cc..4f1b85d 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,6 @@ Install [Foundry](https://github.com/foundry-rs/foundry/). Foundry has daily updates, run `foundryup` to update `forge` and `cast`. -To install/update forge dependencies: `forge update` - -To build contracts: `forge build` - -To use prettier-solidity: `pnpm install` (or `npm install` or `yarn install`) - --- ## Testing