Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10971 from Zopolis4/readmemakeup
Fix minor typo in readme
  • Loading branch information
phire committed Aug 10, 2022
2 parents a89fe51 + cdea675 commit 3f6795f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 3f6795f

Please sign in to comment.