fix(docs): pm2 command order in the readme (#6141)

This commit is contained in:
BorisWild
2025-10-10 13:27:27 +03:00
committed by GitHub
parent 2303302eef
commit 5c49a0aa15

View File

@@ -94,7 +94,7 @@ More useful PM2 Commands
pm2 monit pm2 monit
# If you want to add it to startup # If you want to add it to startup
pm2 save && pm2 startup pm2 startup && pm2 save
``` ```
### Advanced Installation ### Advanced Installation