Update README.md

This commit is contained in:
Jeffery Myers 2024-08-16 08:24:54 -07:00 committed by GitHub
parent 134bb017ee
commit 0523db4ad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,11 @@
Work in process quickstart for raylib using premake Work in process quickstart for raylib using premake
# VSCode Users # VSCode Users
Download the quickstart, rename the folder to your game name, and open it in VSCode. * Download the quickstart
Press F5 to build, and you are good to go. * Rename the folder to your game name
* Open the folder in VSCode.
* Press F5 to build
* You are good to go.
# Windows Users # Windows Users
There are two compiler toolchains avialble for windows, MinGW-W64 (a free compiler using GCC), and Microsoft Visual Studio There are two compiler toolchains avialble for windows, MinGW-W64 (a free compiler using GCC), and Microsoft Visual Studio