From be9293a0aeee07ab7a380a14651e59b53d189efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <m.zbyszynski@gold.ac.uk> Date: Mon, 20 Nov 2017 22:14:19 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c91daaf..69cd43b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ We are using Catch for C++ testing. Look at the test fixtures in the /tests/test ## Building with CMake -mkdir build -cd build -cmake .. -make +`mkdir build +cd build +cmake .. +make +` -- GitLab