From 533a505db945cce348649ea233ddf6738f484b58 Mon Sep 17 00:00:00 2001
From: Vincent Liard <vincent.liard@inria.fr>
Date: Mon, 30 Nov 2020 15:25:41 +0100
Subject: [PATCH] Fix cmake command in README

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index a5fb5b543..969533879 100644
--- a/README
+++ b/README
@@ -32,7 +32,7 @@ To take a quick tour, please take the following steps:
 
 1) Compile Aevol with the following commands:
   cd aevol/build
-  cmake .
+  cmake ..
   make
 
 In that process, you'll need development packages.
-- 
GitLab