From 43569b987ecb4c4eee389b7acc5d778dc9395239 Mon Sep 17 00:00:00 2001 From: Peter Rindal Date: Wed, 10 Jan 2024 12:25:59 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cd861b..fb15fb2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ python3 build.py To see all the command line options, execute the program -`bin/frontend` +`out/build/linux/frontend` + +or + +`out/build/x64-Release/frontend/frontend` The library can be linked by linking the binraries in `lib/` and `thirdparty/win` or `thirdparty/unix` depending on the platform.