From 51982b63c395eebe61459258dc68cafa08144903 Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 5 Aug 2024 06:05:37 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=96=B0=E5=A2=9E=E5=85=A8=E7=90=83?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deployment/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/install.md b/docs/deployment/install.md index 7c14b4ef..d9e4f767 100644 --- a/docs/deployment/install.md +++ b/docs/deployment/install.md @@ -15,7 +15,7 @@ tag: ```bash # 克隆项目到本地,轻雪使用Git进行版本管理,该步骤为必要项 -git clone https://github.com/snowykami/LiteyukiBot --depth=1 +git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1 # 切换到Bot目录下 cd LiteyukiBot # 安装依赖 @@ -30,7 +30,7 @@ python main.py ### **使用Docker构建镜像部署** 1. 安装 [`Docker`](https://docs.docker.com/get-docker/) -2. 克隆项目 `git clone https://github.com/LiteyukiStudio/LiteyukiBot` +2. 克隆项目 `git clone https://github.com/LiteyukiStudio/LiteyukiBot --depth=1` 3. 进入轻雪目录 `cd LiteyukiBot` 4. 构建镜像 `docker build -t liteyukibot .` 5. 启动容器 `docker run -p 20216:20216 -v $(pwd):/liteyukibot -v $(pwd)/.cache:/root/.cache liteyukibot`