]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Updated README.md
authorStephen Seo <seo.disparate@gmail.com>
Sat, 10 Jun 2017 13:16:55 +0000 (22:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 10 Jun 2017 13:16:55 +0000 (22:16 +0900)
README.md

index fe78f3bc7e32834c8628798f56d6ea27ccd7b035..2490072ae17f8cce24e2ac0ad417ed4a9e583d2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Create a build directory.
 `mkdir build`
 
 Generate makefile with CMake.  
-`cd build`
+`cd build`  
 `cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src`
 
 Build the project.