Skip to content

Commit

Permalink
add submodule tip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 24, 2024
1 parent f2dbec8 commit d59d086
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ forge build
> npm install @openzeppelin/upgrades-core@latest -g
> ```
> [!TIP]
>
> If at any point the submodules become "dirty" (e.g. there are local changes that you are unaware of) you can do:
>
> ```sh
> git submodule deinit -f .
> git submodule update --init --recursive --checkout
> ```
### Updates
To update contracts to the latest library versions, use:
Expand Down

0 comments on commit d59d086

Please sign in to comment.