Adjusted readme.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 1m9s
Build & Release / Linux-AMD64-Build (push) Successful in 1m23s
Build & Release / Linux-AARCH64-Build (push) Successful in 3m21s

This commit is contained in:
Arron David Nelson 2024-02-05 22:47:14 -08:00
parent 364c832345
commit 355a26a042

View File

@ -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` `cmake -A x64 -DCMAKE_BUILD_TYPE=Release --preset=default /path/to/source`
### Compiling ### Compiling
`cmake --build build --config Release` `cmake --build /path/to/build --config Release`
### Installing ### 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. This will require the terminal to be running in administrator mode.