From ed162e8e2063ef1c791db5c9c59591d3a486f229 Mon Sep 17 00:00:00 2001 From: Thomas Ward Date: Sun, 14 Jun 2015 11:11:09 -0400 Subject: [PATCH] Verbosify things. Verbosify introduction. Also add in under "Setup" that Node.JS is needed (nowhere is it mentioned). --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d636974..37c78a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ Crontab UI ========== -Editing the plain text crontab is error prone for managing jobs, e.g., adding jobs, deleting jobs, or pausing jobs. A small mistake can easily bring down all the jobs and might cost you a lot of time. With Crontab UI, it is very easy to manage crontab. Here are the key features of Crontab UI. +Editing the plain text crontab is error prone for managing jobs, e.g., adding jobs, deleting jobs, or pausing jobs. A small mistake can easily bring down all the jobs and might cost you a lot of time. + +Crontab UI is a graphical interface that hopes to reduce the complexity of managing the crontab. With Crontab UI, it is very easy to manage the crontab. + +Here are the key features of Crontab UI: ![flow](http://alseambusher.github.io/files/flow.gif) @@ -14,6 +18,8 @@ Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-wa ##Setup +You will need Node.JS to make this operate. After you have Node.JS, the steps to configure are as follows: + git clone https://github.com/alseambusher/crontab-ui cd crontab-ui npm install