diff --git a/README.md b/README.md index dbf2324..9b84910 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ ``` bash npm install -npm start +PORT=8000 pm2 start server.js --name "RPi Status Server" --watch ```