From 355a26a042b342f9bcceaad7c09d56fd911a8957 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Mon, 5 Feb 2024 22:47:14 -0800 Subject: [PATCH] Adjusted readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7ba39a..f897620 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,10 @@ Wayland Window System. Wayland support is currently not fully supported yet, use `cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default /path/to/source` ### Compiling -`cmake --build build --config Release` +`cmake --build /path/to/build --config Release` ### Installing -`cmake --install build --prefix "C:/Program Files/EHS"` +`cmake --install /path/to/build --prefix "C:/Program Files/EHS"` This will require the terminal to be running in administrator mode.