diff --git a/README.md b/README.md index 7e56bc5..d515e07 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repo is a combination of a few Irrlicht tutorials. ### Compiling The [Makefile](/Makefile) for this project is so far only for Debian Linux (it's all I can test it on). Please make sure you have all the necessary libraries, make sure that Irrlicht is in your _LD Path_, and also make sure you have the __clang++ compiler__ installed. Then, simply run the following: -``` +```bash $ make ``` The binary should be in the ```bin``` directory.