diff --git a/README.md b/README.md index 1d27a8ba..d81e7f5e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Once registered, anyone is able to use the market module by approving it via the ## Local Development -1. Install [Foundry](https://github.com/gakonst/foundry#installation) -2. Install dependencies with `yarn` -3. Compile the contracts with `yarn build` -4. Run tests with `yarn test` +1. Install dependencies with `yarn` +2. Compile the contracts with `yarn build` +3. Run tests with `yarn test` diff --git a/package.json b/package.json index d7423a15..8d0753c5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "*.sol": "solhint" }, "scripts": { - "install": "forge update", "build": "forge build && yarn typechain", "clean": "forge clean && rm -rf dist/typechain", "prepare": "husky install",