From ab7f63addcb907e3d363b2f3c1245fc7c4ddf87e Mon Sep 17 00:00:00 2001 From: Donough Liu Date: Sun, 17 Feb 2019 05:51:08 +0800 Subject: Update README.md (#1017) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 88787dbb..7f066003 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ So, for example, if you want to build the debug configuration on Visual Studio 2 > mkdir build > cd build > cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=..\bin -G "Visual Studio 14 2015" -> cmake --build .. --config DEBUG --target install +> cmake --build . --config DEBUG --target install ``` ## Changing the lexer -- cgit v1.2.3