diff --git a/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md b/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md index 3c2b36c..b5443bd 100644 --- a/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md +++ b/Quick-Setup-for-Windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md @@ -1,5 +1,5 @@ -# Raylib Setup using Premake5 +# raylib Setup using Premake5 This is a simplified set of instructions for how to setup a project using premake. ## Video Tutorial @@ -12,10 +12,10 @@ https://github.com/raylib-extras/game-premake/tree/no_edit Download the zip file, or clone the repository. It doens't matter what one you use. Rename the folder whatever you want. This will be the name of your game. -#(OPTIONAL) Get Raylib +#(OPTIONAL) Get raylib If you wish to use a specific version of raylib, follow the instructions below. If you want the current developmetn version, skip this section and premake will download raylib for you. -## (OPTIONAL) Download Raylib +## (OPTIONAL) Download raylib Get the raylib sources from https://github.com/raysan5/raylib Download the zip file, or clone the repository. It doens't matter what one you use.