From 4198516138da4496f34ab60afe9f599ae809ecc4 Mon Sep 17 00:00:00 2001 From: Ozan Onay Date: Sun, 3 Jul 2016 08:23:53 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db32f2..8e0f554 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file a ## Mac OS X building Thanks to Stéphane le Boeuf, a Github fork was set up that successfully compiles on Mac OSX (and Linux as well); current CMake hasn't been adapted for Mac OSX yet. The following command lines build the projects on Mac OSX: ``` -git clone --recursive [https://github.com/stephane-lb/LearnOpenGL.git +git clone --recursive https://github.com/stephane-lb/LearnOpenGL.git cd LearnOpenGL mkdir build cd build