diff --git a/index.html b/index.html index 31da38d..284d24b 100644 --- a/index.html +++ b/index.html @@ -425,6 +425,18 @@

Windows

  • Click on "Finish".
  • +
  • + If your "HOME" environment variable is not set (or you don't know what this is): +
      +
    1. Open command prompt (Open Start Menu then type cmd and press [Enter])
    2. +
    3. + Type the following line into the command prompt window exactly as shown: +

      setx HOME "%USERPROFILE%"

      +
    4. +
    5. Press [Enter], you should see SUCCESS: Specified value was saved.
    6. +
    7. Quit command prompt by typing exit then pressing [Enter]
    8. +
    +
  • This will provide you with both Git and Bash in the Git Bash program.