From 3759059f3f19203710afecfe3fd96237968e9b2a Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 28 Jan 2026 22:06:19 +0800 Subject: [PATCH] =?UTF-8?q?docs(=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfce84a..b921f8d 100644 --- a/README.md +++ b/README.md @@ -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) | # 使用指南 -```powershell -# 基本用法 -.\symfs.exe <源目录> <挂载点> +**CMD** +```cmd +symfs.exe <源目录> <挂载点> +symfs.exe D:\Source D:\Target +``` -# 使用示例 +**PowerShell** +```powershell +.\symfs.exe <源目录> <挂载点> .\symfs.exe D:\Source D:\Target ```