Create README.md
This commit is contained in:
parent
cf0bfa7fe2
commit
9cd74786e9
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue