From c7e1f4e826e0ba41fe74c3441ec1ec957d71532b Mon Sep 17 00:00:00 2001 From: Suresh Alse Date: Sun, 14 Jun 2015 14:45:06 +0530 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5b2d6a6..9de4f02 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,22 @@ Editing the plain text crontab is error prone for managing jobs, e.g., adding jo ![flow](http://alseambusher.github.io/files/flow.gif) 1. Easy setup -2. Easy and safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs. -3. Backups -4. Download and schedule scripts which are online -5. Manage crontabs on multiple machines easily. No SSH, No copy-pasting. +2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs. +3. Backup your crontabs. +4. Export crontab and deploy on other machines without much hassle. -TODO -==== -1. Run jobs as different user -2. Profiling jobs -3. Logs -4. Importing from existing crontab file +##Setup + + git clone https://github.com/alseambusher/crontab-ui + cd crontab-ui + npm install + node app.js + +###TODO + +1. Run jobs as different user in one place. +2. Profiling jobs. +3. Logs. +4. Importing from existing crontab file.