From 364c832345f434c0d2010456170820369438df50 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Mon, 5 Feb 2024 22:46:33 -0800 Subject: [PATCH] Adjusted readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c346c50..b7ba39a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Wayland Window System. Wayland support is currently not fully supported yet, use `cmake --build /path/to/build --config Release` ### Installing -`sudo cmake --install . --prefix /usr/local` +`sudo cmake --install /path/to/build --prefix /usr/local` ## Windows ### Prerequisites @@ -72,13 +72,13 @@ Wayland Window System. Wayland support is currently not fully supported yet, use - [vcpkg](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-cmd) ### Building -`cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default .` +`cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default /path/to/source` ### Compiling `cmake --build build --config Release` ### Installing -`cmake --install . --prefix "C:/Program Files/EHS"` +`cmake --install build --prefix "C:/Program Files/EHS"` This will require the terminal to be running in administrator mode.