Skip to content

Commit 7f5d668

Browse files
committed
docs: use explicit https:// in PowerShell install snippet (irm doesn't auto-upgrade 308)
1 parent b4e08e5 commit 7f5d668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curl -fsSL cto.new/install | bash
1919
### Windows — PowerShell
2020

2121
```powershell
22-
irm cto.new/install.ps1 | iex
22+
irm https://cto.new/install.ps1 | iex
2323
```
2424

2525
Then `cd` into any repository and run:

0 commit comments

Comments
 (0)