diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 6f84f870a2a..0381c2cf7d9 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -9,6 +9,7 @@ Zeppelin integrates with `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::