From 8f28fd6dc68c0c893b829efa115b99462ddc4c1f Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 18 Feb 2020 17:05:44 +0100 Subject: [PATCH] fix readme --- setup-scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-scripts/README.md b/setup-scripts/README.md index 8f1ecc02..81d56be1 100644 --- a/setup-scripts/README.md +++ b/setup-scripts/README.md @@ -75,7 +75,7 @@ potentially view the whole network's files. Skynet webportal consists of a client package and api package: - - run `yarn build:client` to build the client package - it will be picket up by nginx automatically - - run `pm2 start pm2.json` to start the api service (we recommend https://pm2.keymetrics.io/ for process management) +- run `yarn build:client` to build the client package - it will be picked up by nginx automatically +- run `pm2 start pm2.json` to start the api service (we recommend https://pm2.keymetrics.io/ for process management) If you don't want to use pm2, you can call `yarn start:server` directly.