From 5c54119e053bd45530275536694cc4036db03e2e Mon Sep 17 00:00:00 2001 From: Pringo Date: Sun, 13 Nov 2016 20:14:08 -0800 Subject: [PATCH] Fix title capitalization and update CMake link. --- Building-for-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 80ea5a4..f6e5879 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -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