From 49994807f4060a31d4afe08cd2e0e5c19e5f71ff Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 5 Jul 2019 21:51:24 -0400 Subject: [PATCH] Updated Ground Up Windows Install Rework (markdown) --- Ground-Up-Windows-Install-Rework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ground-Up-Windows-Install-Rework.md b/Ground-Up-Windows-Install-Rework.md index dcfa1a5..470ecf8 100644 --- a/Ground-Up-Windows-Install-Rework.md +++ b/Ground-Up-Windows-Install-Rework.md @@ -255,10 +255,10 @@ To compile your server code, you have two choices: * Use the menu path by right-clicking under `Solution Explorer`. `Solution 'EQEmu'` >> `Build` -_Note: Both paths result in the same action. Use whichever you are more comfortable with._ - ![](https://user-images.githubusercontent.com/3311166/60749565-c3fc8700-9f69-11e9-8b54-fa331602d8c3.png) +_Note: Both paths result in the same action. Use whichever you are more comfortable with._ + The compiled code will be located in the `c:\\Server\build\bin\` directory. ## Code Maintenance