Skip to content

Commit

Permalink
Add git paragraph to installation section (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Feb 18, 2022
1 parent 6db2d0e commit eae2384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit eae2384

Please sign in to comment.