aboutsummaryrefslogtreecommitdiff
path: root/projects/CodeBlocks/README.md
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2018-07-13 20:26:56 +0200
committerRay <raysan5@gmail.com>2018-07-13 20:26:56 +0200
commitcadcc05a84b6f0d5660dcf9031d9d81fcb097072 (patch)
tree5600aab5f58e50819484ffb61cce6f4ab96a4fa6 /projects/CodeBlocks/README.md
parentb5b4da1d05252a84e19cd473a0b7dcd78dba6bb8 (diff)
downloadraylib-cadcc05a84b6f0d5660dcf9031d9d81fcb097072.tar.gz
raylib-cadcc05a84b6f0d5660dcf9031d9d81fcb097072.zip
Reviewed Code::Blocks project template
- Removed unnecesary files - Renamed project - Reviewed paths
Diffstat (limited to 'projects/CodeBlocks/README.md')
-rw-r--r--projects/CodeBlocks/README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/projects/CodeBlocks/README.md b/projects/CodeBlocks/README.md
index d00b9ceb..0e4db919 100644
--- a/projects/CodeBlocks/README.md
+++ b/projects/CodeBlocks/README.md
@@ -1,15 +1,16 @@
-# Raylib for Code::Blocks
-**By D3nX**<br />
-<br />
-Hey ! There is the template for use with Code::Blocks =)
-<br /><br />
-First, you will need to download the raylib installer and run it from the raylib website (https://www.raylib.com).
-<br /><br />
-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)
-<br />
-Finally, you can run the program and enjoy raylib running on Code::Blocks !
+# raylib for Code::Blocks
+**by D3nX**
+<br/>
+Hey! Here it is a project template to use with `Code::Blocks` =)
+<br/><br/>
+First, you need to download the [raylib installer](https://www.raylib.com) and run it. It will install raylib with the compiler.
+<br/><br/>
+Then, download the template, and open the project with `Code::Blocks`.
+
+Before running the template, make sure following set the raylib compiler for the IDE as show below:
+<br>
+![Compiler Settings](compiler_settings.png)
+<br/>
+Finally, you can run the program and enjoy raylib running on `Code::Blocks`!
<br /><br />
Hope it helped you =)