From 008c5bec562d7eca069f345340b36eab15cee3e8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 18 Jul 2024 23:47:31 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bbf16e9..d9d46db 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,22 @@ First, you have to check out the code Now change into the repo folder and start the build: -> cd assimp_view -> cmake CMakeLists.txt -> cmake --build . +``` +cd assimp_view +cmake .\CMakeLists.txt --preset=default +cmake --build . +``` To run the app go to the bin folder and run it ### Linux -> cd bin/ -> ./assimp_view +``` +cd bin/ +./assimp_view +``` ### Windows -> cd bin\debug -> .\assimp_view.exe +``` +cd bin\debug +.\assimp_view.exe +```