Update README.md

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-09-11 13:21:30 +08:00 committed by GitHub
parent 296db5b558
commit 0c92a04b58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ graph TD
B -->|否| D[检查 rc.local 文件是否存在]
C --> D
D -->|是| E[fork 执行 /bin/sh rc.local]
D -->|否| F[执行loader]
D -->|否| F[Loading...]
E --> F
```
![](image/install.png)