good first issuehelp wanted
仓库指标
- 星标
- (873 个星标)
- PR 合并指标
- (平均合并 3天 22小时) (30 天内合并 10 个 PR)
描述
Purely a recommendation as pwsh has started to become the standard Win shell.
In step 3 of the Windows section of the Readme, user is instructed to input the following into Command Prompt:
cd %AppData%\Talon\user
This works in cmd prompt, but throws an error in PowerShell. couldn't find a syntax that works in both as i'm not super familiar with cmd prompt, but adding the following for pwsh might be nice.
cd "~/AppData/Roaming/talon/user"