diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit b38147b6f2cc833d96fbed00c76f0f6e9a496277
parent d2d177f8824bdc295c482ad7d39ef3e267e2e03e
Author: in0rdr <andreas.gruhler@uzh.ch>
Date:   Sat, 19 Nov 2016 08:53:09 +0800

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal) 2. Compile the diary with ncurses library: ``` - gcc diary.c -o diary -lncurses + make clean; make; ``` 3. Run the diary with the folder for the text files as first argument: