更新 README.md,添加 syncthing 文件夹结构输出示例

This commit is contained in:
严浩
2024-10-25 10:09:22 +08:00
parent a856d689ba
commit cae429b2a5

View File

@ -27,4 +27,6 @@ echo -e "\n Folder Path: $TARGET1 \n"
```bash ```bash
docker exec -it syncthing find /host -maxdepth 3 docker exec -it syncthing find /host -maxdepth 3
tree /root/st-folder -L 3
``` ```