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):
+
+ - Open command prompt (Open Start Menu then type
cmd
and press [Enter])
+ -
+ Type the following line into the command prompt window exactly as shown:
+
setx HOME "%USERPROFILE%"
+
+ - Press [Enter], you should see
SUCCESS: Specified value was saved.
+ - Quit command prompt by typing
exit
then pressing [Enter]
+
+
This will provide you with both Git and Bash in the Git Bash program.