diff --git a/README.md b/README.md index bb3ae0a..c45d07b 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,5 @@ The following operations need to be performed after this repository has been cre - Select "Pull request title and description" in "Default commit message" option - Unckeck "Allow merge commits" option - Check "Allow auto-merge" option -- [ ] Once all entries in this list are checked, delete this section from the readme +- [ ] Run `forge install` to install the dependencies. This will create a new `foundry.lock` file which you should commit to the project +- [ ] Once all entries in this list are checked, delete this section from the readme \ No newline at end of file diff --git a/foundry.lock b/foundry.lock deleted file mode 100644 index d0c0159..0000000 --- a/foundry.lock +++ /dev/null @@ -1,8 +0,0 @@ -{ - "lib/forge-std": { - "tag": { - "name": "v1.14.0", - "rev": "1801b0541f4fda118a10798fd3486bb7051c5dd6" - } - } -} \ No newline at end of file