docs: remove npm (#500)

* change to yarn

* missing entities

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Justin Thompson
2020-09-22 05:09:11 -03:00
committed by GitHub
co-authored by Federico Kunze
parent 0d545939d8
commit 22788e8ce2
8 changed files with 8528 additions and 10775 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Set up a Truffle Ethermint local development environment. {synopsis}
First, install the latest Truffle version on your machine globally.
```bash
npm install truffle -g
yarn install truffle -g
```
You will also need to install Ethermint. Check this [document](./../quickstart/installation.md) for the full instructions.