Update README.md

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif
2025-09-11 13:21:58 +08:00
committed by GitHub
parent 0c92a04b58
commit 9b92fc3fa6

View File

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