Skip to content

Commit

Permalink
Update development-chain.md (celo-org#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Oct 21, 2021
1 parent 39ca8f9 commit 5288823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-resources/walkthroughs/development-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ You can run the development Celo blockchain in two ways:
The easiest is to use a "pre-generated" devchain from the [celo-devchain](https://github.com/zviadm/celo-devchain) NPM package. For that all you have to do is:

```sh
> npm install --save-dev celo-devchain
> npm install --save-dev @terminal-fi/celo-devchain
> npx celo-devchain --port 7545

or

> yarn add --dev celo-devchain
> yarn add --dev @terminal-fi/celo-devchain
> yarn run celo-devchain --port 7545
```

Expand Down

0 comments on commit 5288823

Please sign in to comment.