From 7add4bd2e291e55eb15db0d0f552913fdea861c7 Mon Sep 17 00:00:00 2001 From: Henry Korir Date: Fri, 5 Jul 2024 21:18:45 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aabb73f..0d83933 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a proof-of-concept (poc) that is achieving the use of C++ library wxWid Uncover uncover the mine fields ## Build Ensute you have cmake. If you don't have visit https://cmake.org/ -` +Clone the repo +cd ./wxMinesweeper cmake . cmake --build . -`