From 60366c0b4686c6b9d300e72f9aaab94dc31deb46 Mon Sep 17 00:00:00 2001 From: benlickert <39187208+benlickert@users.noreply.github.com> Date: Mon, 13 Jan 2020 09:19:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ae36a..08ce676 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The jupyter notebook can be used out of the box. To compile the C++ code, make sure that the Eigen-C++-library is installed on your system! -Then, perform the following steps: +Then, perform the following steps:\ 0) Download the C++ file together with CMakeLists.txt to some folder Langevin 1) Run "cmake -H. -Bbuild" in the shell 2) Run "cmake --build build -- -j3" in the shell