From 19acbc7bad4280870a78b963774318401fbf854e Mon Sep 17 00:00:00 2001 From: Shahan Neda Date: Sat, 18 Jun 2022 15:39:53 -0400 Subject: [PATCH] Update 'readme.md' --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d409052..ad9d200 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,6 @@ - Fill in .env-example, rename to .env. -- Update correct repo names in the script -- run `run.sh` +- Update correct repo and image names in `csccp.js` script, and in the `deployTemplate.yaml` +- To start `./run.sh` +- To view logs, you can run `npx forever list` and then view the corresponding log file +- To stop, `./stop.sh`