Skip to content

Commit b4e08e5

Browse files
committed
docs: add Windows PowerShell install path now that cto.new/install.ps1 is live
1 parent 778c941 commit b4e08e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ brew install engine-labs/cto/cto
1616
curl -fsSL cto.new/install | bash
1717
```
1818

19+
### Windows — PowerShell
20+
21+
```powershell
22+
irm cto.new/install.ps1 | iex
23+
```
24+
1925
Then `cd` into any repository and run:
2026

2127
```sh

0 commit comments

Comments
 (0)