From c793bc85a8fc94046c20efbca66bab28ed619551 Mon Sep 17 00:00:00 2001 From: John Sardo Date: Sat, 14 Sep 2013 20:33:33 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce87911..dec6058 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ a minimal command line intepreter. -it still requires a lot (emphasis on the "a lot") of work. I plan on adding more commands and more options to existing commands but at this point it is just a skeleton of a cli with minimal functionality. +still a work in progress. -But it works, in case you were wondering. - - -If you want to use it just download it and run "make" to compile. To run the executable type "./cli" and then "help" when inside the interpreter to get a list of the commands. +if you want to use it just download it and run "make" to compile. To run the executable type "./cli" and then "help" when inside the interpreter to get a list of the commands.