diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 0036fc4..6a2f9d8 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -20,8 +20,8 @@ This can stay in the Downloads directory as it will only be needed once.

Second, the 64-bit Windows x64 installer (.exe) should be downloaded. This should be extracted using the previous standalone executable.

-
mkdir %LocalAppData%\Programs\7zip
-cd %LocalAppData%\Programs\7zip
+
mkdir %LOCALAPPDATA%\Programs\7zip
+cd %LOCALAPPDATA%\Programs\7zip
 %USERPROFILE%\Downloads\7zr.exe x %USERPROFILE%\Downloads\7z2201-x64.exe

The 7zip path can then be added to the %PATH% environment variable.

@@ -148,7 +148,7 @@ This can be used by the built-in Windows OpenSSH client by adding an Inclu

The following can be put into a batch file named vim.cmd in the %PATH% to make it easier to launch without pulling in all the other programs:

@ECHO OFF
-"%LocalAppData%\Programs\vim\vim90\vim.exe" %*
+"%LOCALAPPDATA%\Programs\vim\vim90\vim.exe" %*

WinCompose