Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,10 @@ __Windows__:
1. Click save

__MacOS__:
1. Open `Terminal` and use the command line.
1. Navigate `cd /Applications/Mirth Connect Administrator Launcher.app/Contents/java/app`
1. Execute `java -jar mirth-client-launcher.jar -k -d`
1. Open `/Applications/Mirth Connect Administrator Launcher.app/Contents/Info.plist`
1. Find the `ArgumentsArray`
1. Add `<string>-k</string>` between the `<array></array>` tags
1. Launch the Mirth Connect Administrator Launcher app normally

__Linux__:
1. You're on Linux. You figure it out :) Linux should be very similar to MacOS. Find the install path to the JAR, run the jar with the `-k` flag.
Expand Down