From d764704b34808c444124ab17f838243dc8d722c0 Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Tue, 3 Jan 2023 21:38:55 +0100 Subject: [PATCH] Tell macOS users to run macOS_setup.command --- txt/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txt/README b/txt/README index 9644212..70aca5a 100644 --- a/txt/README +++ b/txt/README @@ -40,7 +40,7 @@ Launching - To launch Soar using a command line interface, - Windows users, run Soar_CLI.bat - Linux and Mac users, run Soar_CLI.sh - - You can also navigate to the /bin directory in a terminal and run the Soar executable directly + - You can also navigate to the /bin directory in a terminal and run the Soar executable directly. However, macOS users will need to run macOS_setup.command first (located in the root of the release directory) to avoid security warnings from the OS. This is done for you if you use one of the other launch scripts. Launch options for the CLI and the java debugger are listed at the bottom of this document.