From 0e8cb5a21956e0f723ad69d20aed7f13c4fa817d Mon Sep 17 00:00:00 2001 From: Conrad Ramos <49229443+qingfengmu@users.noreply.github.com> Date: Tue, 17 May 2022 23:28:42 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3d9d191..4f22927 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ Welcome to the raylib wiki! Here you will find information about the raylib libr ### Premake Premake is a very fast and easy way to setup a raylib project on windows and linux for GCC, MinGW, or Visual studio. -Instructions can be found here: [Quick Setup](https://www.ps3cfw.com/cool.php?item=47031197) +Instructions can be found here: [Quick Setup](https://github.com/qingfengmu/game-premake) ### CMake CMake is also an easy way of building your raylib project on any platform. You can find instructions [here](https://github.com/raysan5/raylib/wiki/Working-with-CMake).