fix readme

This commit is contained in:
Karol Wypchlo 2020-02-18 17:05:44 +01:00
parent 8e5f65e099
commit 8f28fd6dc6
1 changed files with 2 additions and 2 deletions

View File

@ -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.