From b4c521343893be03c06fba705fa807f759b4b7da Mon Sep 17 00:00:00 2001 From: Maxime Barbier Date: Fri, 24 Apr 2015 09:49:33 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ce2881..fc93c03 100755 --- a/README.md +++ b/README.md @@ -23,19 +23,19 @@ Installation ============ * Clone this repo - - + +``` git clone https://github.com/Krozark/SFML-book.git - +``` * Once it's done, use Cmake to build the project. - +``` cd path/to/SFML-Book mkdir build cd build cmake-gui .. - +``` * You will need to set the variable * GLEW_INCLUDE_DIR to path/to/SFML/extlibs/headers