Create README.md

master
kalle 2020-11-15 16:47:14 +01:00 committed by GitHub
parent cf0bfa7fe2
commit 9cd74786e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -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
```