Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Nov 12, 2023
1 parent 0a5d630 commit 9d5ee19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d5ee19

Please sign in to comment.