Update README.md

This commit is contained in:
星光-k
2025-01-09 22:27:59 +08:00
committed by GitHub
parent 575d21e223
commit c4581c638b

View File

@@ -79,13 +79,21 @@ sudo apt-get update && sudo apt install -y git && sudo apt-get install -y python
```
## 使用脚本直接安装
```Bash
#国内源
curl -sSL https://gitee.com/xingguangk/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash --cn
#国内源默认设置
curl -sSL https://gitee.com/xingguangk/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash
```
```Bash
#默认源
#国内源--cn设置
curl -sSL https://gitee.com/xingguangk/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash -s -- --cn
```
```Bash
#默认源默认设置
curl -sSL https://github.com/kxgx/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash
```
```Bash
#默认源--cn设置
curl -sSL https://github.com/kxgx/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash -s -- --cn
```
总体采用局刷方案,程序运行后一直处于程序的获取新数据的过程中,当发现数据变化后即开始自动局刷。
特别注意: