From 4e367d2db84c999ff8775440aa26b453d887b6ca Mon Sep 17 00:00:00 2001 From: D3nX <30444899+D3nX@users.noreply.github.com> Date: Fri, 13 Jul 2018 21:48:39 +0400 Subject: [PATCH] Update and rename REAME.md to README.md --- projects/CodeBlocks/{REAME.md => README.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename projects/CodeBlocks/{REAME.md => README.md} (80%) diff --git a/projects/CodeBlocks/REAME.md b/projects/CodeBlocks/README.md similarity index 80% rename from projects/CodeBlocks/REAME.md rename to projects/CodeBlocks/README.md index a0e29ab39..ef511d6b2 100644 --- a/projects/CodeBlocks/REAME.md +++ b/projects/CodeBlocks/README.md @@ -8,8 +8,8 @@ First, you will need to download the raylib installer and run it from the raylib Then, download the template, and open the project from Code::Blocks And before running the template, make sure following set the raylib compiler for the IDE as show below : -![alt text](link) +![alt text](https://github.com/D3nX/raylib/blob/master/projects/CodeBlocks/compiler_bg.png)
Finally, you can run the program and enjoy raylib running on Code::Blocks !

-Hope it helped you =) \ No newline at end of file +Hope it helped you =)