Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir authored Jul 21, 2024
1 parent e047af2 commit fb1047d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ Flag the all the mine fields
## Build
Ensute you have cmake.</br>If you don't have visit https://cmake.org/</br>
Clone the repo
cd ./wxMinesweeper </br>
cmake . </br>
cmake --build . </br>
```
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 </br>
Expand Down

0 comments on commit fb1047d

Please sign in to comment.