From 5b10a46e44f2a8b3cc4e1577da8a05fc029fedef Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 12 Jun 2020 15:25:57 +0930 Subject: update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b8393b5..c18de7c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ ![image](https://danieljon.es/media/minesweep1.png) + Simple Minesweeper written in C++ using the fox toolkit. You need FOX http://www.fox-toolkit.org/. On arch you can install the 'fox' package. +Compile: + +``` cmake CMakeLists.txt make +``` binary is in bin/ -- cgit v1.2.3