Skip to content

Commit

Permalink
Merge pull request #244 from rsksmart/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix command line note typo in README
  • Loading branch information
marcos-iov authored Apr 17, 2024
2 parents aef61b2 + 79f4818 commit 046ec62
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
Expand Up @@ -349,7 +349,7 @@ In order to run the powpeg-node from the command line you will have to provide t
java -cp /<PATH-TO-POW-PEG-SOURCE-CODE>/build/libs/<JAR-NAME>.jar -Drsk.conf.file=/<PATH-TO-CONF-FILE>/<CONF-FILE-NAME>.conf co.rsk.federate.FederateRunner --regtest --reset
```

-**Note:** Change PATH-TO-RSKJ-SOURCE-CODE value to your local Rskj path.
-**Note:** Change PATH-TO-POW-PEG-SOURCE-CODE value to your local powpeg-node directory path.
If you want to specify a directory to save the logs, add -Dlogback.configurationFile=/<PATH-TO-LOG-DIR>/logback.xml to the command.

---
Expand Down

0 comments on commit 046ec62

Please sign in to comment.