diff --git a/README.md b/README.md index f0d5319..bde8f45 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ 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 .
+``` +git clone https://github.com/henrykorir/wxMinesweeper.git +cd ./wxMinesweeper +cmake . +cmake --build . +``` ## To Be Done [x] Left Mouse click to flag a mine field