Fix title capitalization and update CMake link.

Pringo 2016-11-13 20:14:08 -08:00
parent b7f02b22fe
commit 5c54119e05
1 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ macOS Yosemite (10.10) or newer is required to build Dolphin.
You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools.
## Checkout and compile Dolphin
## Checkout and Compile Dolphin
To checkout Dolphin's source:
```bash
@ -13,7 +13,7 @@ git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu
cd ~/dolphin-emu
```
To build with CMake (optionally verbose): Download and install [CMake](http://www.cmake.org/cmake/resources/software.html) if you don't have it.
To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it.
Then:
```bash