Skip to content

Commit 904c4ab

Browse files
authored
Merge pull request #143 from iExecBlockchainComputing/feature/fix-doc
get the ganache version that was installed in the project
2 parents 2843db6 + 3d11ee7 commit 904c4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The automatic testing command uses a `ganache-cli` blockchain instance to run th
9090

9191
1. Start your blockchain. You can either use ganache with the following command:
9292
```
93-
ganache <any additional arguments>
93+
npx ganache <any additional arguments>
9494
```
9595
or run any other blockchain client.
9696
2. **[Optional]** If your blockchain listen to a port that is not 8545, or if the blockchain is on a different node, update the `./truffle.js` configuration accordingly (see the documentation [here](https://www.trufflesuite.com/docs/truffle/reference/configuration)).

0 commit comments

Comments
 (0)