2023-04-14 12:46:40 -04:00
|
|
|
+ nc - a simple to-do list
|
|
|
|
|
2023-04-14 12:50:20 -04:00
|
|
|
nc is a to-do list that outputs to the command line. It is a rewrite of now (https://git.everestlinux.org/EverestLinux/now) in C.
|
2023-04-14 12:46:40 -04:00
|
|
|
|
|
|
|
+ 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
|