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