From 140b3c8b1c6bf39e9d9ea7673e7e202e2a9350b7 Mon Sep 17 00:00:00 2001 From: Deathsbreed Date: Sun, 19 Oct 2014 10:44:24 -0500 Subject: [PATCH] Link to bin is broken. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd5f01..d548c4a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ So far I'm using CMake (and only on Debian GNU/Linux). First, compile Irrlicht, $ cmake . $ make ``` -The binary should be in the [binary directory](/bin). +The binary should be in the ```bin``` directory. ### Contributing Feel free to add. This is something I'm using to learn Irrlicht, and it would help if I had a better [CMakeLists](/CMakeLists.txt) file that could compile on multiple platforms.