simplify windows build number directions
Ken C committed
Oct 30, 2020 at 17:52 UTC
47de7c47e190c8eceffc69bbc58df8a6f31f3c92
1 file changed
+1
-1
.github/ISSUE_TEMPLATE/bug_report.md
+1
-1
@@ -37,7 +37,7 @@ Please fill out the items below.
37
# Environment
38
39
```none
40
-Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
40
+Windows build number: [run `cmd.exe /c ver`]
41
Your Distribution version: [On Debian or Ubuntu run `lsb_release -r` in WSL]
42
Whether the issue is on WSL 2 and/or WSL 1: [run `cat /proc/version` in WSL]
43
```