Skip to content

Commit

Permalink
Merge pull request #322 from bhjolly/gh-pages
Browse files Browse the repository at this point in the history
Include instructions for setting "HOME" on Windows
  • Loading branch information
Raniere Silva committed May 19, 2016
2 parents a66ac0d + e45bdc8 commit 516c51f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,18 @@ <h4 id="shell-windows">Windows</h4>
<li>Click on "Finish".</li>
</ol>
</li>
<li>
If your "HOME" environment variable is not set (or you don't know what this is):
<ol>
<li>Open command prompt (Open Start Menu then type <code>cmd</code> and press [Enter])</li>
<li>
Type the following line into the command prompt window exactly as shown:
<p><code>setx HOME "%USERPROFILE%"</code></p>
</li>
<li>Press [Enter], you should see <code>SUCCESS: Specified value was saved.</code></li>
<li>Quit command prompt by typing <code>exit</code> then pressing [Enter]</li>
</ol>
</li>
</ol>
<p>This will provide you with both Git and Bash in the Git Bash program.</p>
</div>
Expand Down

0 comments on commit 516c51f

Please sign in to comment.