Skip to content

Commit

Permalink
Merge pull request #143 from iExecBlockchainComputing/feature/fix-doc
Browse files Browse the repository at this point in the history
get the ganache version that was installed in the project
gfournieriExec authored May 30, 2023
2 parents 2843db6 + 3d11ee7 commit 904c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ The automatic testing command uses a `ganache-cli` blockchain instance to run th

1. Start your blockchain. You can either use ganache with the following command:
```
ganache <any additional arguments>
npx ganache <any additional arguments>
```
or run any other blockchain client.
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 comments on commit 904c4ab

Please sign in to comment.