From 0523db4ad6415552328b088759257a9e04dff6c4 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Fri, 16 Aug 2024 08:24:54 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a8bb6e..ba95791 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Work in process quickstart for raylib using premake # VSCode Users -Download the quickstart, rename the folder to your game name, and open it in VSCode. -Press F5 to build, and you are good to go. +* Download the quickstart +* Rename the folder to your game name +* Open the folder in VSCode. +* Press F5 to build +* You are good to go. # Windows Users There are two compiler toolchains avialble for windows, MinGW-W64 (a free compiler using GCC), and Microsoft Visual Studio