From c898248d5e5235284dbef60d1266e7cc21d54076 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 27 Mar 2021 21:21:07 +0100 Subject: [PATCH] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adbdbf6..85d3d8e 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ setx T c:\TEMP [7-ZIP Website](https://www.7-zip.org) Download: https://www.7-zip.org/a/7z1900-x64.exe -Save the MSI file as "7z-setup.msi" in your home folder. +Save the MSI file as "7z-setup.msi" in your "Downloads" folder. Unpack the MSI with: ```dos cd /D %USERPROFILE% -msiexec /a 7z-setup.msi TARGETDIR=%T% +msiexec /a Downloads\7z-setup.msi TARGETDIR=%T% ```