From cf4bdbd3c915f3aa0ba8b03e2d43455e39dbf9d0 Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Dec 2017 19:33:44 +0100 Subject: [PATCH] Added Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19f6a31 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# nClock +nClock is a simple digital ascii clock for the console. + +# external documentation +[ncurses](http://www.tldp.org/HOWTO/NCURSES-Programming-HOWTO/intro.html)