shithub: cstory

Download patch

ref: b5a12f88880927ca3e4143f75071601dbf540803
parent: 07c5734498a4002edd48c8705c0114b4fe6649bb
parent: e361715b96e763f70faf121b6881f1921c070e17
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 25 18:31:42 EDT 2019

Merge branch 'master' of https://github.com/clownacy/Cave-Story-Engine-2

--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 This project primarily uses CMake, allowing it to be built with a range of compilers.
 
-In this directory, create a directory called 'build', then switch to the command-line (Visual Studio users should open the Developer Command Prompt) and `cd` into it. After that, generate the files for your build system with:
+In this directory, create a directory called 'build', then switch to the command-line (Visual Studio users should open the [Developer Command Prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)) and `cd` into it. After that, generate the files for your build system with:
 
 ```
 cmake .. -DCMAKE_BUILD_TYPE=Release