Commit 9c222ba
authored
Update generating-retroarch-logs.md to prevent pwsh confusion on Windows
The Windows directions contain a tip to use a folder context menu to open a PowerShell instance in that location. However, the remainder of the commands will fail as pwsh, like bash and other *nix-style shells, does not include . in the path. To sidestep this and avoid having parallel sets of steps (one including "./" and one without), a step was added to the tip to switch to cmd within that PowerShell instance.1 parent 1d68440 commit 9c222ba
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments