From 6bba811a1539ddceb3862d6a84ebce1481a7ad89 Mon Sep 17 00:00:00 2001 From: Wytse de Witte Date: Fri, 27 Nov 2020 13:33:41 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5a7a865..cf11239 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # windturbine_detection C++ code + +# to run code +mkdir build && cd build +cmake .. +make + +#in order to run +./Detection From 3f7e62733c6b9ebce9d86033707480bb2a2c6c4c Mon Sep 17 00:00:00 2001 From: Wytse de Witte Date: Fri, 27 Nov 2020 13:34:19 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf11239..2f7951a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ C++ code # to run code -mkdir build && cd build -cmake .. -make +mkdir build && cd build +cmake .. +make -#in order to run +# in order to run ./Detection