Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
docs: update README.md to clarify usage (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyJLin95 committed Nov 8, 2022
1 parent cc84f3f commit a18a0f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/packages/ganache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@ In case you're upgrading from a previous version of Ganache, we've also written
Once installed globally, you can start ganache right from your command line:

```console
$ ganache
ganache
```

Your output should look something like this:

```
Ganache CLI v6.12.1 (ganache-core: 2.13.1)
Available Accounts
Expand Down Expand Up @@ -109,7 +114,9 @@ Call Gas Limit
Listening on 127.0.0.1:8545
```

To install Ganache into an npm project, run:
### NPM project use

If you want to install Ganache into an npm project, run:

```console
$ npm install ganache
Expand Down

0 comments on commit a18a0f1

Please sign in to comment.