diff --git a/docs/en/guide/getting-started.md b/docs/en/guide/getting-started.md index c18e10b..a11be8c 100755 --- a/docs/en/guide/getting-started.md +++ b/docs/en/guide/getting-started.md @@ -65,7 +65,7 @@ To manually start using Pm2 git clone https://github.com/LlmKira/Openaibot.git cd Openaibot pip install poetry -poetry install +poetry install --all-extras cp .env.exp .env && nano .env apt install npm -y && npm install pm2 && pm2 start pm2.json pm2 monit diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 7db76f6..e4a01e8 100755 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -62,7 +62,7 @@ docker-compose -f docker-compose.yml up -d git clone https://github.com/LlmKira/Openaibot.git cd Openaibot pip install poetry -poetry install +poetry install --all-extras cp .env.exp .env && nano .env apt install npm -y && npm install pm2 && pm2 start pm2.json pm2 monit