From 9cd74786e94d3bf0c6f05df2756e86017ed22c2b Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Sun, 15 Nov 2020 16:47:14 +0100 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d43896c --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Timer +A simple timer. + +## Usage +Left click the timer to pause/unpause it. +Right click the timer to reset it. +``` +timer hours minutes seconds +``` + +## Building +To build the project use the following commands +```bash +git clone https://github.com/KalleStruik/Timer +cd Timer +mkdir cmake-build +cd cmake-build +cmake ../ +make +```