From c8b2c2652a5edd509216def53c72d3b0081aad02 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Fri, 14 Apr 2023 12:46:40 -0400 Subject: [PATCH] add README --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..efc39b2 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ ++ nc - a simple to-do list + +nc is a to-do list that outputs to the command line. + ++ Installation + +Clone this repository: + (user)$ git clone https://git.everestlinux.org/EverestLinux/nc + +Edit src/config.h and ensure it looks good: + (user)$ $EDITOR src/config.h + +Edit config.mk and adjust any options: + (user)$ $EDITOR config.mk + +Run make: + (user)$ make + +Install: + (root)# make install