From ed5f9a1d0f39a28a584183148aec6645c575d102 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 12 Jul 2021 14:42:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3aeb5a..84b9d37 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This will not work without exactly the right database schema which is out of sco * git clone (to //opt for verbatim use of the .service file) * `npm install` * create certs: `chmod 700 create_certs.sh` , `./create_certs.sh` -* create .env from template .env.sample sepcifiying database creds and listening port for API, and working directory +* clone sample env `cp .env.sample .env` and specify 1) database creds 2) working directory 3) listening port * run: `node index.js` additionally, to setup as service