diff --git a/README.md b/README.md index f1f0b53..d4254fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ cd matrix-dimension cp config/default.yaml config/production.yaml nano config/production.yaml +# Install dependencies +npm install + # Run NODE_ENV=production npm run start:app ```