From 4d80a9722d21bf23d685022c547268204169f96d Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Mon, 24 Oct 2022 16:16:14 -0700 Subject: [PATCH] fixing readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e799ecf..caefdc0 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Build Dependencies: To build Lumenarium: 1. Clone the repo onto your computer -2. Run `build\build_.sh` with the appropriate platform, architecture, and release mode flags - - Example: `build\build_.sh debug osx arm64` - - You can see the full list of supported flags by running `build\build_.sh` with no arguments +2. Run `build\build.sh` with the appropriate platform, architecture, and release mode flags + - Example: `build\build.sh debug osx arm64` + - You can see the full list of supported flags by running `build\build.sh` with no arguments 3. Build scripts will output executables into the run_tree directory. - The above example will output the following executable: `run_tree\osx\arm64\debug\lumenarium`