Create README.md
parent
cf0bfa7fe2
commit
9cd74786e9
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue