Skip to content

Commit eae2384

Browse files
authored
Add git paragraph to installation section (OpenZeppelin#3197)
1 parent 6db2d0e commit eae2384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ $ npm install @openzeppelin/contracts
2222

2323
OpenZeppelin Contracts features a [stable API](https://docs.openzeppelin.com/contracts/releases-stability#api-stability), which means your contracts won't break unexpectedly when upgrading to a newer minor version.
2424

25+
An alternative to npm is to use the GitHub repository `openzeppelin/openzeppelin-contracts` to retrieve the contracts. When doing this, make sure to specify the tag for a release such as `v4.5.0`, instead of using the `master` branch.
26+
2527
### Usage
2628

2729
Once installed, you can use the contracts in the library by importing them:

0 commit comments

Comments
 (0)