Skip to content

Commit

Permalink
Improve installing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Oct 26, 2023
1 parent daebf00 commit e0a92dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ Foundry library for deploying and managing upgradeable contracts, which includes
## Installing

Run the command:
Run these commands:
```
forge install OpenZeppelin/openzeppelin-foundry-upgrades
forge install OpenZeppelin/[email protected]
```

Set the following in `remappings.txt`, replacing any previous definitions of these remappings:
```
@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/
@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
```

## Version limitations
Expand Down

0 comments on commit e0a92dc

Please sign in to comment.