diff --git a/README.md b/README.md index 85d3d8e..830d9d5 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ Save the MSI file as "7z-setup.msi" in your "Downloads" folder. Unpack the MSI with: ```dos -cd /D %USERPROFILE% -msiexec /a Downloads\7z-setup.msi TARGETDIR=%T% +cd /D %USERPROFILE%\Downloads +msiexec /a 7z-setup.msi TARGETDIR=%T% ```