Skip to content

Commit

Permalink
Merge pull request OpenZeppelin#691 from frangio/fix-643
Browse files Browse the repository at this point in the history
Add note about not following semver
  • Loading branch information
frangio authored Jan 19, 2018
2 parents ff9e9c4 + 250572f commit 5b40202
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ truffle init

To install the OpenZeppelin library, run the following in your Solidity project root directory:
```sh
npm init
npm install zeppelin-solidity
npm init -y
npm install -E zeppelin-solidity
```

**Note that OpenZeppelin does not currently follow semantic versioning.** You may encounter breaking changes upon a minor version bump. We recommend pinning the version of OpenZeppelin you use, as done by the `-E` (`--save-exact`) option.

After that, you'll get all the library's contracts in the `node_modules/zeppelin-solidity/contracts` folder. You can use the contracts in the library like so:

```js
Expand Down

0 comments on commit 5b40202

Please sign in to comment.