From 44c1726d973e5dbbce90c08e2ddc4aecbf8db15b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 23 Jul 2014 16:45:37 -0700 Subject: [PATCH] Get rid of the horizontal-rule overkill in the Windows build instructions --- Building-for-Windows.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index e761a8f..521449e 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -14,7 +14,6 @@ --- ### Cloning (with Git Extensions) ---- 1. Open Git Extensions and select Clone repository. 2. Enter repository URL as it appears on the [Github project page](https://github.com/dolphin-emu/dolphin) @@ -22,7 +21,6 @@ 4. Protip: Enable NTFS compression on the root of your source directory. ### Building ---- 1. Open Source/dolphin-emu.sln. 2. Select the target you'd like to build. ![Target Example](http://wiki.dolphin-emu.googlecode.com/git/build/vs2013-build-configuration.png) @@ -35,14 +33,12 @@ When you want to update to the latest revision: ### Git Extensions ---- 1. Right click the dolphin-emu folder and choose Git Extensions -> Pull 2. Make sure you are pulling from "origin" and click Pull. ### Visual Studio ---- 1. Go to the Team Explorer window and choose Pull.