From 9d5ee199e915389a139fcc8d102b019b2b30e14b Mon Sep 17 00:00:00 2001 From: sudoskys Date: Mon, 13 Nov 2023 02:42:24 +0800 Subject: [PATCH] Update --- docs/en/guide/getting-started.md | 2 +- docs/guide/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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