From ae2cf29de21ed5107a82abbc8e8484d67a007724 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 5 May 2021 06:43:32 -0700 Subject: [PATCH] Updated Easy Raylib Setup for Windows with Visual Studio (markdown) --- Easy-Raylib-Setup-for-Windows-with-Visual-Studio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Easy-Raylib-Setup-for-Windows-with-Visual-Studio.md b/Easy-Raylib-Setup-for-Windows-with-Visual-Studio.md index 836c0bb..9ee5eaf 100644 --- a/Easy-Raylib-Setup-for-Windows-with-Visual-Studio.md +++ b/Easy-Raylib-Setup-for-Windows-with-Visual-Studio.md @@ -22,6 +22,7 @@ Create a folder for you game. It can be anywhere on your computer. Download the raylib source code, from https://github.com/raysan5/raylib You can get the zip file or clone the repository in git, both will work the same. +Do not use the folder from the windows installer, it does not have the correct structure. ![image](https://user-images.githubusercontent.com/322174/107884966-7b7aae80-6eac-11eb-9f36-dc48f719a74d.png)