commit a21d8569e36c320514eaf33cea9462481fde6373 parent b38147b6f2cc833d96fbed00c76f0f6e9a496277 Author: in0rdr <andreas.gruhler@uzh.ch> Date: Sat, 19 Nov 2016 08:54:03 +0800 Update README.md Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -10,7 +10,7 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal) export EDITOR=vim ``` -2. Compile the diary with ncurses library: +2. Compile (requires ncurses): ``` make clean; make; ```