Skip to content

Commit f206151

Browse files
committed
README.md: workaround Windows PowerShell
1 parent 5b97a38 commit f206151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Host *
3636
### Microsoft Windows, for all users
3737

3838
```cmd
39-
curl -LSso C:\ProgramData\ssh\ssh_config.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_config"
40-
curl -LSso C:\ProgramData\ssh\ssh_known_hosts.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_known_hosts"
39+
curl.exe -LSso C:\ProgramData\ssh\ssh_config.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_config"
40+
curl.exe -LSso C:\ProgramData\ssh\ssh_known_hosts.d\aosc --create-dirs "https://cdn.jsdelivr.net/gh/AOSC-Dev/BuildBots/ssh_known_hosts"
4141
```
4242

4343
Then add the following lines to `C:\ProgramData\ssh\ssh_config`:

0 commit comments

Comments
 (0)