Skip to content

Commit

Permalink
docs: 青龙更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chen310 committed Mar 21, 2022
1 parent 4c00b5f commit 08a84fd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,14 +675,20 @@ pip3 install requests json5 pycryptodomex
docker exec -it qinglong bash
```

然后再更新
然后更新代码

```shell
ql repo https://github.com/chen310/NeteaseCloudMusicTasks.git "index.py" "" "py"
task chen310_NeteaseCloudMusicTasks/ql_update.py
```

再更新配置文件

```shell
task chen310_NeteaseCloudMusicTasks/ql_update.py
```

每次更新完代码后一定要更新配置文件,否则可能会出错

## 三、本地运行

### 下载
Expand Down Expand Up @@ -734,9 +740,11 @@ git pull
然后更新配置文件

```shell
python3 ./updateconfig.py config.example.json config.json config.json
python3 updateconfig.py config.example.json config.json config.json
```

每次更新完代码后一定要更新配置文件,否则可能会出错

## 四、使用`docker`部署

> 1. 支持 ARM64/AMD64 docker 镜像
Expand Down

0 comments on commit 08a84fd

Please sign in to comment.