docs(更新文档): 更新文档
/ build (push) Successful in 44s

This commit is contained in:
2026-01-28 22:06:19 +08:00
parent 4b0ad3590f
commit 3759059f3f
+8 -4
View File
@@ -15,11 +15,15 @@
| Windows | ARM64 | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64_daemon.exe) | | Windows | ARM64 | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64.exe) | [下载](https://aite.xyz/product/symfs/symfs_windows_arm64_daemon.exe) |
# 使用指南 # 使用指南
```powershell **CMD**
# 基本用法 ```cmd
.\symfs.exe <源目录> <挂载点> symfs.exe <源目录> <挂载点>
symfs.exe D:\Source D:\Target
```
# 使用示例 **PowerShell**
```powershell
.\symfs.exe <源目录> <挂载点>
.\symfs.exe D:\Source D:\Target .\symfs.exe D:\Source D:\Target
``` ```