From bf7f116bed1c8c1189f77e6b7671d1a861409b30 Mon Sep 17 00:00:00 2001 From: anihilis Date: Thu, 12 Feb 2026 10:38:06 -0800 Subject: [PATCH] updated README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f9b7b..6ea7c86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # cclock #### 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```