diff --git a/README.md b/README.md index d66631f..59e1d91 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,27 @@ yarn build This will create a `dist` folder with the compiled assets. ## Self-Hosted - Evolution Manager CLI and PM2 +### Straight to the Point: Quick Setup with PM2 + +To quickly install Evolution Manager globally and set it up with PM2, follow these commands: + +1. **Install Evolution Manager Globally**: + ```bash + npm install -g evolution-manager + ``` + +2. **Set Up PM2 for Evolution Manager**: + ```bash + evolution-manager pm2 setup + ``` + +These two steps will install the Evolution Manager CLI globally on your system and configure it to run with PM2, a powerful process manager. ### Installation and Configuration +These two steps will install the Evolution Manager CLI globally on your system and configure it to run with PM2, a powerful process manager. + + 1. **Install Evolution Manager Globally**: - Ensure Node.js and NPM are installed on your system. - Install Evolution Manager globally using NPM to access the CLI (Command Line Interface):