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