Skip to content

Commit

Permalink
Merge pull request #10 from winor30/chore-add-doc-forge-install-in-root
Browse files Browse the repository at this point in the history
chore(doc): Fix README Instructions for Forge Install in Root Directory
  • Loading branch information
mattsse authored Feb 15, 2024
2 parents 075ef4d + d96b5fe commit ef4afe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef4afe7

Please sign in to comment.