Trim trailing whitespace in build instructions

This commit is contained in:
GeckoEidechse 2024-04-05 17:01:59 +02:00
parent d3ee91c1f5
commit 1004c06706
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Developers who can work a command line may be interested in using [Visual Studio
- Run `cmake . -G "Ninja"` to generate build files.
- Run `cmake --build .` to build the project.
## Linux
### Steps
1. Clone the GitHub repo