Browse Source

Merge pull request #475 from et/patch-2

Add `npm init`
Francisco Giordano 8 years ago
parent
commit
70a17d0b96
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/source/getting-started.rst

+ 1 - 0
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::