docs bugfix

This commit is contained in:
Michael H.G. Schmidt 2021-03-27 21:43:21 +01:00
parent 3210d1dfca
commit d02b7476dd

View File

@ -125,8 +125,9 @@ cd ..
Download with curl to software folder:
```dos
%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output software\git-setup.exe
cd /D %USERPROFILE%\Downloads
%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output git-setup.exe
cd ..
```
Create the GIT configfile for the setup program (use notepad):
@ -154,7 +155,7 @@ PerformanceTweaksFSCache=Disabled
EnableSymlinks=Disabled
EnablePseudoConsoleSupport=Disabled
```
Save it to c:\temp\install-git.txt
Save it as c:\temp\install-git.txt
Execute the Git setup:
```dos