updated README
This commit is contained in:
parent
56412a8e8b
commit
bf7f116bed
1 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
||||||
# cclock
|
# cclock
|
||||||
#### Simply C program to display the time and temperature without too much fuss, made for home use.
|
#### Simply C program to display the time and temperature without too much fuss, made for home use.
|
||||||
|
|
||||||
Build with ```gcc -Wall -Wextra -pedantic -std=c11 clock.c -lncurses -o clock```
|
Current the only dependencies are:
|
||||||
|
```
|
||||||
|
gcc
|
||||||
|
libncurses
|
||||||
|
libcurl
|
||||||
|
```
|
||||||
|
|
||||||
|
Build with ```gcc -Wall -Wextra -pedantic -std=c11 clock.c -lncurses -lcurl -o clock```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue