Skip to content

Commit 60d4d75

Browse files
authored
Merge pull request #3831 from phil-blain/issue-template-powershell
.github/ISSUE_TEMPLATE.md: add PowerShell syntax for install options
2 parents dc88e3c + 03d71dc commit 60d4d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $ cmd.exe /c ver
2626
> type "C:\Program Files\Git\etc\install-options.txt"
2727
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
2828
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
29+
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
2930
$ cat /etc/install-options.txt
3031
3132
** insert your machine's response here **

0 commit comments

Comments
 (0)