From e5cb73e9ac4340284f4dbabdf0049366903ee9f8 Mon Sep 17 00:00:00 2001 From: knaccc Date: Wed, 16 Jan 2019 07:42:02 +0000 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ccfa59..d32603f 100755 --- a/README.md +++ b/README.md @@ -25,10 +25,14 @@ the jlink tool to build a zero-dependency platform-specific launchers. ## Running the launchers -To run the Linux or MacOS router, type: +To run the Linux router, type: `dist/linux/router/bin/launch.sh` +To run the MacOS router, type: + +`dist/mac/router/bin/launch.sh` + For Windows, run: `dist/windows/router/bin/launch.bat`