Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem authored Feb 29, 2024
1 parent 2d6001d commit 934f9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ You can generate a VS solution (located in `out/build/VS20XX`) and build using t
```sh
# Configure the CMake project
cmake --preset VS2019
# Build the release config
# Build the release config (Optional. You may do it from Visual Studio itself)
cmake --build --preset VS2019 --config Release
# Install (Most people will want to debug instead of install)
# Install (Optional. Most people will want to debug instead of install)
cmake --build --preset VS2019 --config Release --target install
```

Expand Down

0 comments on commit 934f9ec

Please sign in to comment.