Update README.md

This commit is contained in:
Easy 2023-12-29 12:32:56 +08:00 committed by GitHub
parent bfadc52fef
commit 16aec6c468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -161,16 +161,15 @@ function pushdeer_send($text, $desp = '', $type='text', $key = '[PUSHKEY]')
然后运行以下代码:
(大陆服务器使用)
```
git clone https://gitee.com/easychen/pushdeer.git
git clone https://github.com/easychen/pushdeer.git
cd pushdeer
docker-compose -f docker-compose.self-hosted.yml up --build -d
```
(海外服务器使用
如何你的服务器连接GitHub有困难可以使用Gitee的代码但需要核对是否为最新版本有可能没同步
```
git clone https://github.com/easychen/pushdeer.git
git clone https://gitee.com/easychen/pushdeer.git
cd pushdeer
docker-compose -f docker-compose.self-hosted.yml up --build -d
```