diff --git a/README.md b/README.md index b8f91df..81a220a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ * `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 -* `node index.js` +* run: `node index.js` additionally, to setup as service * copy .service file to //etc/systemd/system/ (adjust user/working direct if needed)