From e361715b96e763f70faf121b6881f1921c070e17 Mon Sep 17 00:00:00 2001
From: Clownacy <Clownacy@users.noreply.github.com>
Date: Wed, 24 Apr 2019 18:19:45 +0100
Subject: [PATCH] Add a link to the readme explaining the Developer Command
 Prompt

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5dca98aa..74317f3c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi
 
 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