From 1d997d42a5922679ac6806c4731cb6b4bdf274ed Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 22 Jan 2019 12:16:07 +0000 Subject: [PATCH] Update the readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d182215..ecbb697 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ # FuNote -This is a sinple (mostly) POSIX complaint terminal text editor, which -should be working on all common (and not so common) VT100 compatible -terminal emulators. +This is a minimalistic, (mostly) POSIX complaint terminal text editor, +which should be working on all common (and not so common) VT100 +compatible terminal emulators. ## Features -* Load/Save/create text files +* Load/Save/Create text files * Common keyboard controls * Search * Syntax Highlighting +* Super small (23k) +* No dependencies ## Compile $ cd src $ make - $ ./fn + +## Run + $ ./fn [filename] ## Author