diff --git a/README.md b/README.md index ccc82f9..593982a 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,11 @@ pm2 start pm2.config.cjs # Install dependencies npm install +# Build code +npm run build + # Run the bot -npm start +npm run start ``` ### Docker