From 5d7602928f3712831b95f1cd56ea74701b48c711 Mon Sep 17 00:00:00 2001 From: Ryan Hoshor Date: Wed, 7 Sep 2016 09:27:43 -0500 Subject: [PATCH] Add instructions for changing the port --- README/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README/README.md b/README/README.md index 95518f7..1eb10a7 100644 --- a/README/README.md +++ b/README/README.md @@ -17,6 +17,10 @@ Read [this](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-wa npm install -g crontab-ui crontab-ui + +If you need to set/use an alternate port, you may do so by setting an environment variable before starting the process: + + PORT=9000 crontab-ui ###Adding, deleting, pausing and resuming jobs.