Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Limraj authored Feb 8, 2022
1 parent 24bd593 commit 4c4c1b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ Add -noGui option in command and allow to run the tool in "headless" mode withou
-loadFile="/relative/path/to/file/config_xmpp"
Corrected relative paths for -loadFile option, for file config, with *.xmpp.

example for no gui:

java -jar ModbusPal.jar -loadFile="modbuspal_config.xmpp" -noGui

example:

java -jar ModbusPal.jar -loadFile="config.xmpp" -noGui
java -jar ModbusPal.jar -loadFile="modbuspal_config.xmpp"

This will run the application in no gui mode, with the configuration loaded from a file;

0 comments on commit 4c4c1b6

Please sign in to comment.