mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Fix minor typo in readme
This commit is contained in:
@ -70,7 +70,7 @@ A binary supporting a single architecture can be built using the following steps
|
|||||||
1. `mkdir build`
|
1. `mkdir build`
|
||||||
2. `cd build`
|
2. `cd build`
|
||||||
3. `cmake ..`
|
3. `cmake ..`
|
||||||
4. `make -j$(sysctl -n hw.logicalcpu)`
|
4. `make -j $(sysctl -n hw.logicalcpu)`
|
||||||
|
|
||||||
An application bundle will be created in `./Binaries`.
|
An application bundle will be created in `./Binaries`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user