Linted markdown
parent
ee9bfb9198
commit
dd6e2fb855
|
@ -8,6 +8,7 @@ You will need to install "Command Line Tools for Xcode". Installing Xcode itself
|
|||
## Checkout and Compile Dolphin
|
||||
|
||||
To checkout Dolphin's source:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu
|
||||
cd ~/dolphin-emu
|
||||
|
@ -16,6 +17,7 @@ cd ~/dolphin-emu
|
|||
To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it.
|
||||
|
||||
Then:
|
||||
|
||||
```bash
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
|
Loading…
Reference in New Issue