From 030676c2f1fb91d5b501b4b5475f4efca7eda908 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 31 Mar 2019 21:27:52 -0400 Subject: [PATCH] Update README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index dcb3074..e94a295 100644 --- a/tests/README.md +++ b/tests/README.md @@ -15,7 +15,7 @@ $ ./tests ```bash $ mkdir build $ cd build -$ cmake -G "Visual Studio 15 2017" ../. +$ cmake ../. -G "Visual Studio 15 2017" $ make $ ./tests ```