From 58db98e2baac27f53ed56f1a38ec26a577666925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E6=88=90=F0=9F=8D=A5?= Date: Wed, 16 Sep 2026 22:32:48 +0800 Subject: [PATCH] Update commands in README for vhdfix usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35c2fd7..e51086b 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Preview a change without writing: ```powershell -dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run +vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd" --dry-run ``` Patch the VHD and create the default `.bak` backup: ```powershell -dotnet run --project src\VHDPatchFix\VHDPatchFix.csproj -- --vhd "I:\B.vhd" --parent "I:\A.vhd" +vhdfix --vhd "I:\B.vhd" --parent "I:\A.vhd" ``` Verify after writing: