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`