add README
This commit is contained in:
parent
20709ae30d
commit
c8b2c2652a
20
README
Normal file
20
README
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user