Skip to content

Commit 75c9add

Browse files
0xjesstechclaude
authored andcommitted
Remove --no-commit flag from forge install commands
The --no-commit flag is no longer needed and can cause issues with dependency management. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d8e2eb6 commit 75c9add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you can't or don't want to run and install locally, you can work with this re
5757

5858
# Updates
5959

60-
- The latest version of openzeppelin-contracts has changes in the ERC20Mock file. To follow along with the course, you need to install version 4.8.3 which can be done by `forge install openzeppelin/openzeppelin-contracts@v4.8.3 --no-commit` instead of `forge install openzeppelin/openzeppelin-contracts --no-commit`
60+
- The latest version of openzeppelin-contracts has changes in the ERC20Mock file. To follow along with the course, you need to install version 4.8.3 which can be done by `forge install openzeppelin/openzeppelin-contracts@v4.8.3` instead of `forge install openzeppelin/openzeppelin-contracts`
6161

6262
# Usage
6363

0 commit comments

Comments
 (0)