Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Commit 8996399

Browse files
committed
docs: add Homebrew + Windows install paths
1 parent 3da45bc commit 8996399

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@
44

55
## Install
66

7+
### macOS — Homebrew (recommended)
8+
9+
```sh
10+
brew install engine-labs/cto/cto
11+
```
12+
13+
### macOS / Linux — curl
14+
715
```sh
816
curl -fsSL cto.new/install | bash
917
```
1018

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

1327
```sh
@@ -22,6 +36,8 @@ The first launch opens your browser to log you in via cto.new; subsequent launch
2236
cto upgrade
2337
```
2438

39+
If you installed via Homebrew, use `brew upgrade cto` instead — `cto upgrade` will detect the brew-managed binary and refuse rather than overwrite it.
40+
2541
## Help & community
2642

2743
For help, bug reports, or feature requests, join the Discord: <https://discord.gg/cto>.

0 commit comments

Comments
 (0)