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: Update and rename REAME.md to README.md --- projects/CodeBlocks/README.md | 15 +++++++++++++++ projects/CodeBlocks/REAME.md | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 projects/CodeBlocks/README.md delete mode 100644 projects/CodeBlocks/REAME.md (limited to 'projects/CodeBlocks') diff --git a/projects/CodeBlocks/README.md b/projects/CodeBlocks/README.md new file mode 100644 index 00000000..ef511d6b --- /dev/null +++ b/projects/CodeBlocks/README.md @@ -0,0 +1,15 @@ +# Raylib for Code::Blocks +**By D3nX**
+

+Hey ! There is the template for use with Code::Blocks =) +

+First, you will need to download the raylib installer and run it from the raylib website (https://www.raylib.com). +

+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](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 =) diff --git a/projects/CodeBlocks/REAME.md b/projects/CodeBlocks/REAME.md deleted file mode 100644 index a0e29ab3..00000000 --- a/projects/CodeBlocks/REAME.md +++ /dev/null @@ -1,15 +0,0 @@ -# Raylib for Code::Blocks -**By D3nX**
-

-Hey ! There is the template for use with Code::Blocks =) -

-First, you will need to download the raylib installer and run it from the raylib website (https://www.raylib.com). -

-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) -
-Finally, you can run the program and enjoy raylib running on Code::Blocks ! -

-Hope it helped you =) \ No newline at end of file -- cgit v1.2.3