Commit 0b661449 by Francisco Giordano Committed by GitHub

Merge pull request #374 from rstormsf/patch-1

Remove beta tag from truffle
parents 84a68e0c b91a3ede
...@@ -16,7 +16,7 @@ With OpenZeppelin, you can build distributed applications, protocols and organiz ...@@ -16,7 +16,7 @@ With OpenZeppelin, you can build distributed applications, protocols and organiz
OpenZeppelin integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle and initialize your project with `truffle init`. OpenZeppelin integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle and initialize your project with `truffle init`.
```sh ```sh
npm install -g truffle@beta npm install -g truffle
mkdir myproject && cd myproject mkdir myproject && cd myproject
truffle init truffle init
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment