Update Build-Win.md to note that symlinks must be selected when installing Git for Windows

This commit is contained in:
Guy Scharf 2020-05-19 15:27:16 -07:00
parent 6dcc0310fa
commit 104633b492

View File

@ -29,16 +29,12 @@ Run the installer, accepting options to install inno script studio (for possible
Go to <https://gitforwindows.org/> and click on the Download button. Run the installer, which presents lots of options: Go to <https://gitforwindows.org/> and click on the Download button. Run the installer, which presents lots of options:
- Select whichever editor you desire. - Select whichever editor you desire.
- Select “Use Git from the command line and also from 3rd-party software.” - Select “Use Git from the command line and also from 3rd-party software.”
- Select “Use the OpenSSL library.” - Select “Use the OpenSSL library.”
- Select “Checkout Windows-style, commit Unix-style line endings.” - Select “Checkout Windows-style, commit Unix-style line endings.”
- Select "Enable symbolic links"
- Select “Use Windows default console window.” I find the Windows default console to be satisfactory on Windows 10. - Select “Use Windows default console window.” I find the Windows default console to be satisfactory on Windows 10.
- Leave extra options as they default (enable file system caching, enable Git credential manager).
- Leave extra options as they default (enable file system caching, enable Git credential manager, but not symbolic links).
GIT for Windows adds itself to your path. GIT for Windows adds itself to your path.