Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@

```bash
# 下载并运行快速部署脚本
curl -sSL https://raw.githubusercontent.com/zhandouxiaojiji/gitlab-reviewer/main/quick-deploy.sh | bash
curl -sSL https://raw.githubusercontent.com/xcoding1024/gitlab-reviewer/main/quick-deploy.sh | bash

# 或者下载仓库后运行
git clone https://github.com/zhandouxiaojiji/gitlab-reviewer.git
git clone https://github.com/xcoding1024/gitlab-reviewer.git
cd gitlab-reviewer
chmod +x quick-deploy.sh
./quick-deploy.sh
Expand Down Expand Up @@ -76,7 +76,7 @@ open http://localhost:8080

```bash
# 克隆仓库
git clone https://github.com/zhandouxiaojiji/gitlab-reviewer.git
git clone https://github.com/xcoding1024/gitlab-reviewer.git
cd gitlab-reviewer

# 启动服务
Expand All @@ -93,7 +93,7 @@ docker-compose down

```bash
# 克隆仓库
git clone https://github.com/zhandouxiaojiji/gitlab-reviewer.git
git clone https://github.com/xcoding1024/gitlab-reviewer.git
cd gitlab-reviewer

# 构建镜像
Expand Down
Loading