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 d508c98 commit 43b19d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/en/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ To manually start using Pm2
git clone https://github.com/LlmKira/Openaibot.git
cd Openaibot
pip install poetry
# poetry config virtualenvs.in-project true # !! if you want to use virtualenv
poetry install
cp .env.exp .env && nano .env
apt install npm -y && npm install pm2 && pm2 start pm2.json
Expand Down
1 change: 0 additions & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ docker-compose -f docker-compose.yml up -d
git clone https://github.com/LlmKira/Openaibot.git
cd Openaibot
pip install poetry
poetry config virtualenvs.in-project true # !! if you want to use virtualenv
poetry install
cp .env.exp .env && nano .env
apt install npm -y && npm install pm2 && pm2 start pm2.json
Expand Down

0 comments on commit 43b19d8

Please sign in to comment.