Merge pull request #10971 from Zopolis4/readmemakeup

Fix minor typo in readme
This commit is contained in:
Scott Mansell 2022-08-10 19:32:13 +12:00 committed by GitHub
commit 3f6795f5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ A binary supporting a single architecture can be built using the following steps
1. `mkdir build`
2. `cd build`
3. `cmake ..`
4. `make -j$(sysctl -n hw.logicalcpu)`
4. `make -j $(sysctl -n hw.logicalcpu)`
An application bundle will be created in `./Binaries`.