Add git paragraph to installation section (#3197)

This commit is contained in:
Francisco Giordano
2022-02-18 06:09:07 -03:00
committed by GitHub
parent 6db2d0ea39
commit eae2384178

View File

@ -22,6 +22,8 @@ $ npm install @openzeppelin/contracts
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.
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.
### Usage
Once installed, you can use the contracts in the library by importing them: