From d23e410c8fb6e962591015bf77816fc4f710d985 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Sat, 25 Feb 2023 12:06:52 -0500 Subject: [PATCH] Added README.md Signed-off-by: 0xf8 <0xf8.dev@proton.me> --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..02d5c9f --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Tempus - Time +A nice little clock app. + +## Reading the clock +- Left side of the `|` is the hour +- Right side of the `|` is the minute +- The highlighted number is the second + +# Dependencies +- ncurses +- clang +- make + +# Compiling +`make` + +# Running +`./tempus`