Merge pull request #475 from et/patch-2

Add `npm init`
pull/543/head
Francisco Giordano 7 years ago committed by GitHub
commit 70a17d0b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docs/source/getting-started.rst

@ -9,6 +9,7 @@ Zeppelin integrates with `Truffle <https://github.com/ConsenSys/truffle/>`_, an
To install the Zeppelin library, run::
npm init # follow instructions
npm i zeppelin-solidity
After that, you'll get all the library's contracts in the contracts/zeppelin folder. You can use the contracts in the library like so::

Loading…
Cancel
Save