From 877519be1005a4971fffe92f1403b747dafdc952 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 11 Dec 2019 18:19:08 +1100 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4c0efc..346e7105 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Next, get https with a certificate generated from [letsencrypt](https://wiki.deb Now clone the repo, browse to the folder and set some things up. ```bash # in repo directory -$ cp configs/main.js.example configs/main.js && nano configs/main.json #copy example config and edit +$ cp configs/main.js.example configs/main.js && nano configs/main.js #copy example config and edit $ npm run-script setup #install dependencies, pm2, gulp and run gulp tasks $ npm run-script start #start all the backend processes $ pm2 list #list running pm2 processes