diff --git a/README.md b/README.md index 54968ef..2f26b80 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,19 @@ This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI ## Rule of the game -Uncover uncover the mine fields +Flag the all 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 . +cd ./wxMinesweeper +cmake . +cmake --build . +