diff --git a/README.md b/README.md index 0ffa980..1e324d7 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,20 @@ workflows. Forge is using submodules to manage dependencies. Initialize the dependencies: +If you are in the root directory of the project, run: + +```bash +forge install --root ./contracts +``` + +If you are in in `contracts/`: + ```bash forge install ``` +Then, run the tests: + If you are in the root directory of the project, run: ```bash